commit: 8c70101ba47500e87c1c90ebeb6528dab8cf481e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed May 6 17:22:25 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May 6 17:22:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c70101b
dev-python/check-manifest: version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/check-manifest/Manifest | 2 +-
.../{check-manifest-0.41-r1.ebuild => check-manifest-0.42.ebuild} | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-python/check-manifest/Manifest
b/dev-python/check-manifest/Manifest
index dec7368..6508fe4 100644
--- a/dev-python/check-manifest/Manifest
+++ b/dev-python/check-manifest/Manifest
@@ -1 +1 @@
-DIST check-manifest-0.41.tar.gz 31080 BLAKE2B
470b5d56d04c6877df6ca1b76c5fa3db8505beae023298ad879c992a2727528d3de87bf4b8f35fde5141025d53535684d2213fd4a28c4584f8a5d5d1ddc61e35
SHA512
ee876c3d6b6c6b44f0701b34e64890e9edbb59a94ab9ea2c944ca02bbd65a6e659c4f2084d72851267636af041aeda006e992c44b30566b65978ec986f42ae84
+DIST check-manifest-0.42.tar.gz 32168 BLAKE2B
071e2d8b91bd1adcac758386c2cf609455277570877630a2089a307e277ecbab2c01edcef8fb701c96fcc2d033f836a37c3a130f3d55c68383488e4eb4b5a371
SHA512
a3f66cc1a0383471a0a4ed72e713e129079aeef098e902e9599ea0ddb53a40a65929930df3a8fd501da3df7ab0207ceef347dc316b2d86e97b830b01126d5767
diff --git a/dev-python/check-manifest/check-manifest-0.41-r1.ebuild
b/dev-python/check-manifest/check-manifest-0.42.ebuild
similarity index 87%
rename from dev-python/check-manifest/check-manifest-0.41-r1.ebuild
rename to dev-python/check-manifest/check-manifest-0.42.ebuild
index bc00f11..7617a86 100644
--- a/dev-python/check-manifest/check-manifest-0.41-r1.ebuild
+++ b/dev-python/check-manifest/check-manifest-0.42.ebuild
@@ -18,10 +18,7 @@
SRC_URI="https://github.com/mgedmin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-#install requires, is right?
RDEPEND="
dev-python/pep517[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
@@ -30,10 +27,11 @@ DEPEND="
${RDEPEND}
test? (
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]
)
"
+distutils_enable_tests nose
+
python_test() {
nosetests -v -e test_build_sdist || die
}