summaryrefslogtreecommitdiff
path: root/dev-python/genty
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /dev-python/genty
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'dev-python/genty')
-rw-r--r--dev-python/genty/Manifest2
-rw-r--r--dev-python/genty/genty-1.3.2.ebuild7
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/genty/Manifest b/dev-python/genty/Manifest
index ea29001efebf..1e39cec493bd 100644
--- a/dev-python/genty/Manifest
+++ b/dev-python/genty/Manifest
@@ -1,3 +1,3 @@
DIST genty-1.3.2.tar.gz 20818 BLAKE2B a3344869e63f4f6e564836fdcf5e36b3184f5df2a20994ded3a20ee0ff1360ea5e9db574bf6097f5b47673fc7db70bb9bfd3238075fb0a3b7b722a6461f09632 SHA512 cfe984dfe5af48ba9f4f959a1d0ab1d331d3c2fdb64c680572e5652b845e5c290097ec3ed2b4e472a563cd6ab79489124f6eb212902a05a2f1ce5ff254a82e13
-EBUILD genty-1.3.2.ebuild 741 BLAKE2B 81035be0cf3520f0033d358047d2c7f22a71a762abd3de7daa9586b7895b279ede3b006aae2598875b00b70e0ebd5c1b7b64757daae18e61d5405e464e0ea432 SHA512 2a73496b922e59ce2cd3dcb02fd9046415fe410de88998ac0b612ab91a95119d7f693c5c6be6815f2db41d0121ce27ffebbf0a08c30fec83b59f70f922065ce1
+EBUILD genty-1.3.2.ebuild 697 BLAKE2B 3f4d105b1760af8d0a5e9e87f4598341a5a833bc1fd63ad11a408e9f40e5367a4ee954389c3649238c61d8c12fd2490c16957fb6eaba1b8587454a74d66ceb6a SHA512 dd8b2a3782541e1d5a5f0e40f94bfae31fa91216aab770a52dd560cdc7e6d7cdc021f11d2a458651285ce3e5d27c73e1a090ef05425d442dc03a9c6459525fa9
MISC metadata.xml 357 BLAKE2B c4b7d3382dabce66ab01fecd442eb82e979d27434b0888c06d75d138ced20b984c67367f632a9fe00602d8d385f2222af1e195b8cb5e8b8b7e50494b9b018627 SHA512 ba3b3f11913ffc8848a7d2b1637b028812badef52306565f5d0462314d97ddb5795219cc6f674f3dfdc47c3d9b0bce602425b25df99c7227dcc166f1b1f536a0
diff --git a/dev-python/genty/genty-1.3.2.ebuild b/dev-python/genty/genty-1.3.2.ebuild
index f178f57fedd8..9303686bcd49 100644
--- a/dev-python/genty/genty-1.3.2.ebuild
+++ b/dev-python/genty/genty-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
@@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"
-# https://github.com/box/genty/issues/42
-RESTRICT=test
-
python_test() {
esetup.py test --verbose
}