diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 20:46:31 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 22:50:46 +0100 |
commit | 5aee4a2ba253e3efab9b661e235434f76f4cc59a (patch) | |
tree | b01af7fa24abbfd10a7779e1ba5c14f377923088 | |
parent | dev-python/py: add ~amd64-fbsd keyword. (diff) | |
download | gentoo-5aee4a2ba253e3efab9b661e235434f76f4cc59a.tar.gz gentoo-5aee4a2ba253e3efab9b661e235434f76f4cc59a.tar.bz2 gentoo-5aee4a2ba253e3efab9b661e235434f76f4cc59a.zip |
dev-python/hypothesis: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
-rw-r--r-- | dev-python/hypothesis/hypothesis-3.44.26.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/hypothesis/hypothesis-3.44.26.ebuild b/dev-python/hypothesis/hypothesis-3.44.26.ebuild index 1ac95341c108..df6dfe53b337 100644 --- a/dev-python/hypothesis/hypothesis-3.44.26.ebuild +++ b/dev-python/hypothesis/hypothesis-3.44.26.ebuild @@ -14,17 +14,19 @@ SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar. LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)" -DEPEND="${RDEPEND} + +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -S=${WORKDIR}/${PN}-python-${PV} +S="${WORKDIR}/${PN}-python-${PV}" pkg_postinst() { optfeature "datetime support" dev-python/pytz |