public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/check-manifest/
  2020-05-06 17:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-05-06 17:28 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-05-06 17:28 UTC (permalink / raw
  To: gentoo-commits

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
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/check-manifest/
  2020-12-18 15:35 Andrew Ammerlaan
@ 2020-12-18 16:26 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     89e0307dd12ee2e344066d759d2b89ca57a156b7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 15:35:17 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 15:35:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89e0307d

dev-python/check-manifest: version bump 0.45, add py3.8 and py3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/check-manifest/Manifest                                     | 2 +-
 .../{check-manifest-0.42.ebuild => check-manifest-0.45.ebuild}         | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/check-manifest/Manifest b/dev-python/check-manifest/Manifest
index 6508fe41..91466a93 100644
--- a/dev-python/check-manifest/Manifest
+++ b/dev-python/check-manifest/Manifest
@@ -1 +1 @@
-DIST check-manifest-0.42.tar.gz 32168 BLAKE2B 071e2d8b91bd1adcac758386c2cf609455277570877630a2089a307e277ecbab2c01edcef8fb701c96fcc2d033f836a37c3a130f3d55c68383488e4eb4b5a371 SHA512 a3f66cc1a0383471a0a4ed72e713e129079aeef098e902e9599ea0ddb53a40a65929930df3a8fd501da3df7ab0207ceef347dc316b2d86e97b830b01126d5767
+DIST check-manifest-0.45.tar.gz 33705 BLAKE2B 52fb19792a744c6a20d21717843cf573235a14b6ae980ef7594f614f8ca69f5e6fa8da356c1b9c122ed606eefa99c11feebf9aaeabca1d86e1ec54aa97074a99 SHA512 2b276849c7a949d43267cd80d8a176d5e5c4fa3d25501b539e1e2b02d9eafa463af8ea468406a2d99a677385cac5c66d73da1e7a6c1c324df7bf23f911f1e8ff

diff --git a/dev-python/check-manifest/check-manifest-0.42.ebuild b/dev-python/check-manifest/check-manifest-0.45.ebuild
similarity index 91%
rename from dev-python/check-manifest/check-manifest-0.42.ebuild
rename to dev-python/check-manifest/check-manifest-0.45.ebuild
index b4d5cb61..1fbb5379 100644
--- a/dev-python/check-manifest/check-manifest-0.42.ebuild
+++ b/dev-python/check-manifest/check-manifest-0.45.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -20,7 +20,6 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	dev-python/pep517[${PYTHON_USEDEP}]
 	dev-python/toml[${PYTHON_USEDEP}]
 "
 DEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/check-manifest/
  2022-06-10 14:08 [gentoo-commits] repo/proj/guru:master commit in: dev-python/check-manifest/ Andrew Ammerlaan
@ 2022-06-10 14:04 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-06-10 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c37369b5a547ee4008c99f0b42b0a5a1054c534a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 14:03:37 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 14:04:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c37369b5

dev-python/check-manifest: moved to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/check-manifest/Manifest                 |  1 -
 .../check-manifest/check-manifest-0.46.ebuild      | 38 ----------------------
 dev-python/check-manifest/metadata.xml             | 12 -------
 3 files changed, 51 deletions(-)

diff --git a/dev-python/check-manifest/Manifest b/dev-python/check-manifest/Manifest
deleted file mode 100644
index 1990a386a..000000000
--- a/dev-python/check-manifest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST check-manifest-0.46.tar.gz 34419 BLAKE2B 9152ca60756c503c744192ab72668858ba7fe491745c48337aab2b135f9d491319bb383af901110abf61a7b439e01bba4d5c22f2042aca6cf1e0b990ce15726f SHA512 301caa9c95f4ae3655c290217867df7e9de9967c1a603a32e4a0e220651de555c3dd716b109b1b1dda8e2547396bce8b742fd08091a4879943aefc56e8008d96

diff --git a/dev-python/check-manifest/check-manifest-0.46.ebuild b/dev-python/check-manifest/check-manifest-0.46.ebuild
deleted file mode 100644
index b201cf09c..000000000
--- a/dev-python/check-manifest/check-manifest-0.46.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Tool to check the completeness of MANIFEST.in for Python packages"
-HOMEPAGE="
-	https://github.com/mgedmin/check-manifest
-	https://pypi.org/project/check-manifest/
-"
-SRC_URI="https://github.com/mgedmin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/toml[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest \
-		--deselect tests.py::Tests::test_build_sdist_pep517_isolated \
-		--deselect tests.py::Tests::test_build_sdist_pep517_no_isolation
-}

diff --git a/dev-python/check-manifest/metadata.xml b/dev-python/check-manifest/metadata.xml
deleted file mode 100644
index 68672b0ee..000000000
--- a/dev-python/check-manifest/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-  <longdescription lang="en">
-Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded broken packages with some files missing? If so, check-manifest is for you.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">mgedmin/check-manifest</remote-id>
-    <remote-id type="pypi">check-manifest</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/check-manifest/
@ 2022-06-10 14:08 Andrew Ammerlaan
  2022-06-10 14:04 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-06-10 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c37369b5a547ee4008c99f0b42b0a5a1054c534a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 14:03:37 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 14:04:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c37369b5

dev-python/check-manifest: moved to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/check-manifest/Manifest                 |  1 -
 .../check-manifest/check-manifest-0.46.ebuild      | 38 ----------------------
 dev-python/check-manifest/metadata.xml             | 12 -------
 3 files changed, 51 deletions(-)

diff --git a/dev-python/check-manifest/Manifest b/dev-python/check-manifest/Manifest
deleted file mode 100644
index 1990a386a..000000000
--- a/dev-python/check-manifest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST check-manifest-0.46.tar.gz 34419 BLAKE2B 9152ca60756c503c744192ab72668858ba7fe491745c48337aab2b135f9d491319bb383af901110abf61a7b439e01bba4d5c22f2042aca6cf1e0b990ce15726f SHA512 301caa9c95f4ae3655c290217867df7e9de9967c1a603a32e4a0e220651de555c3dd716b109b1b1dda8e2547396bce8b742fd08091a4879943aefc56e8008d96

diff --git a/dev-python/check-manifest/check-manifest-0.46.ebuild b/dev-python/check-manifest/check-manifest-0.46.ebuild
deleted file mode 100644
index b201cf09c..000000000
--- a/dev-python/check-manifest/check-manifest-0.46.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Tool to check the completeness of MANIFEST.in for Python packages"
-HOMEPAGE="
-	https://github.com/mgedmin/check-manifest
-	https://pypi.org/project/check-manifest/
-"
-SRC_URI="https://github.com/mgedmin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/toml[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	epytest \
-		--deselect tests.py::Tests::test_build_sdist_pep517_isolated \
-		--deselect tests.py::Tests::test_build_sdist_pep517_no_isolation
-}

diff --git a/dev-python/check-manifest/metadata.xml b/dev-python/check-manifest/metadata.xml
deleted file mode 100644
index 68672b0ee..000000000
--- a/dev-python/check-manifest/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-  <longdescription lang="en">
-Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded broken packages with some files missing? If so, check-manifest is for you.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">mgedmin/check-manifest</remote-id>
-    <remote-id type="pypi">check-manifest</remote-id>
-  </upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-10 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10 14:08 [gentoo-commits] repo/proj/guru:master commit in: dev-python/check-manifest/ Andrew Ammerlaan
2022-06-10 14:04 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-12-18 15:35 Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-06 17:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-06 17:28 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox