* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/
@ 2021-06-29 6:59 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2021-06-29 6:59 UTC (permalink / raw
To: gentoo-commits
commit: 395ac836e51ff34dfb964468e8d11c2b739d0a99
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 02:43:06 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 02:43:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=395ac836
dev-python/pip-api: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pip-api/Manifest | 1 +
dev-python/pip-api/metadata.xml | 13 +++++++++++
dev-python/pip-api/pip-api-0.0.14.ebuild | 37 ++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
new file mode 100644
index 000000000..e42fe1f30
--- /dev/null
+++ b/dev-python/pip-api/Manifest
@@ -0,0 +1 @@
+DIST pip-api-0.0.14.tar.gz 112646 BLAKE2B 8bfe738b6c1aee91d407b568c7cc335271f1b739e6db49374248342a4325853dea6650c32384bf89afd95b20f09d361b5edb3b0ecae100fdc3a6855ba010ec24 SHA512 d3802b8728b814dae9551cc12612eb10a8de061cd64ac40647513d083c45f4bee218b1d2ba772c4c4df05275c4dc8e935e8e69c2e2cf8c6420e6c1158c768c78
diff --git a/dev-python/pip-api/metadata.xml b/dev-python/pip-api/metadata.xml
new file mode 100644
index 000000000..a654b8335
--- /dev/null
+++ b/dev-python/pip-api/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/di/pip-api/issues</bugs-to>
+ <remote-id type="github">di/pip-api</remote-id>
+ <remote-id type="pypi">pip-api</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pip-api/pip-api-0.0.14.ebuild b/dev-python/pip-api/pip-api-0.0.14.ebuild
new file mode 100644
index 000000000..347170ee5
--- /dev/null
+++ b/dev-python/pip-api/pip-api-0.0.14.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SETUPTOOLS="pyproject.toml"
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An unofficial, importable pip API"
+HOMEPAGE="https://github.com/di/pip-api"
+SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-python/pip[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pretend[${PYTHON_USEDEP}]
+ >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ #https://github.com/di/pip-api/issues/81
+ epytest -vv \
+ --deselect tests/test_installed_distributions.py::test_installed_distributions \
+ --deselect tests/test_tests.py::test_isolation[True] \
+ --deselect tests/test_tests.py::test_isolation[False] \
+ --deselect tests/test_tests.py::test_all_the_right_pips \
+ || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/
@ 2021-07-01 4:27 Jian Lin
0 siblings, 0 replies; 6+ messages in thread
From: Jian Lin @ 2021-07-01 4:27 UTC (permalink / raw
To: gentoo-commits
commit: 48dc77094748cea9a1d0f3efb1bf5bebf735e22e
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Jun 30 17:33:09 2021 +0000
Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Wed Jun 30 21:27:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48dc7709
dev-python/pip-api: add 0.0.20, drop 0.0.14
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pip-api/Manifest | 2 +-
.../pip-api/{pip-api-0.0.14.ebuild => pip-api-0.0.20.ebuild} | 10 ++--------
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index e42fe1f30..032d2721b 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1 +1 @@
-DIST pip-api-0.0.14.tar.gz 112646 BLAKE2B 8bfe738b6c1aee91d407b568c7cc335271f1b739e6db49374248342a4325853dea6650c32384bf89afd95b20f09d361b5edb3b0ecae100fdc3a6855ba010ec24 SHA512 d3802b8728b814dae9551cc12612eb10a8de061cd64ac40647513d083c45f4bee218b1d2ba772c4c4df05275c4dc8e935e8e69c2e2cf8c6420e6c1158c768c78
+DIST pip-api-0.0.20.tar.gz 111267 BLAKE2B 9cbb1087f93008ca94d35c5e83d9e159a460a8eae26261c3efc2eeded9b68d627045b1506c5b4c868a8782ad7e0b535a120ad9e2c56df8d6d3b81f51f273deb8 SHA512 c447d986ef4003221d3ed5b020bfe0f8330d969c9bda0af2eab2665712dbed5b3e2e5d05ca2d47ed6d217d180d4231afea46627886968803620cffa5e0979ca4
diff --git a/dev-python/pip-api/pip-api-0.0.14.ebuild b/dev-python/pip-api/pip-api-0.0.20.ebuild
similarity index 57%
rename from dev-python/pip-api/pip-api-0.0.14.ebuild
rename to dev-python/pip-api/pip-api-0.0.20.ebuild
index 347170ee5..e0b8e1f8a 100644
--- a/dev-python/pip-api/pip-api-0.0.14.ebuild
+++ b/dev-python/pip-api/pip-api-0.0.20.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="An unofficial, importable pip API"
HOMEPAGE="https://github.com/di/pip-api"
-SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@@ -27,11 +27,5 @@ DEPEND="
distutils_enable_tests pytest
python_test() {
- #https://github.com/di/pip-api/issues/81
- epytest -vv \
- --deselect tests/test_installed_distributions.py::test_installed_distributions \
- --deselect tests/test_tests.py::test_isolation[True] \
- --deselect tests/test_tests.py::test_isolation[False] \
- --deselect tests/test_tests.py::test_all_the_right_pips \
- || die
+ epytest -vv --deselect tests/test_installed_distributions.py::test_installed_distributions_legacy_version || die
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/
@ 2021-11-03 11:12 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-11-03 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 0d624671aae30a75d7fc3a7858d907ca1c5eefee
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov 1 20:37:49 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov 2 03:40:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d624671
dev-python/pip-api: new version
Closes: https://bugs.gentoo.org/799458
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pip-api/Manifest | 2 +-
.../pip-api/{pip-api-0.0.20.ebuild => pip-api-0.0.23.ebuild} | 12 +++++-------
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index 032d2721b..27482f2ae 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1 +1 @@
-DIST pip-api-0.0.20.tar.gz 111267 BLAKE2B 9cbb1087f93008ca94d35c5e83d9e159a460a8eae26261c3efc2eeded9b68d627045b1506c5b4c868a8782ad7e0b535a120ad9e2c56df8d6d3b81f51f273deb8 SHA512 c447d986ef4003221d3ed5b020bfe0f8330d969c9bda0af2eab2665712dbed5b3e2e5d05ca2d47ed6d217d180d4231afea46627886968803620cffa5e0979ca4
+DIST pip-api-0.0.23.tar.gz 106534 BLAKE2B c608260c16281015d26881ed959d0f6712af8971d8e1f1a8128d6bc651c434e574bce3bacf0d773cd4dab1d89cc1dda478448079b1591ddb09eb0e3fe0c44ef1 SHA512 68ac25fc8c3f4dccbd9895900141291aab033a67def7b2da333331b96e3dcfd06ebda90ebe679938e8d126fa6e108f3c7c0805c9e0bf46af55da2f14894d680c
diff --git a/dev-python/pip-api/pip-api-0.0.20.ebuild b/dev-python/pip-api/pip-api-0.0.23.ebuild
similarity index 73%
rename from dev-python/pip-api/pip-api-0.0.20.ebuild
rename to dev-python/pip-api/pip-api-0.0.23.ebuild
index e0b8e1f8a..08b587052 100644
--- a/dev-python/pip-api/pip-api-0.0.20.ebuild
+++ b/dev-python/pip-api/pip-api-0.0.23.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+EPYTEST_DESELECT=( tests/test_installed_distributions.py::test_installed_distributions_legacy_version )
DISTUTILS_SETUPTOOLS="pyproject.toml"
PYTHON_COMPAT=( python3_{8..10} pypy3 )
@@ -16,8 +17,9 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND="
- dev-python/pip[${PYTHON_USEDEP}]
+DEPEND="<=dev-python/pip-21.3.1[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+BDEPEND="
test? (
dev-python/pretend[${PYTHON_USEDEP}]
>=dev-python/virtualenv-20[${PYTHON_USEDEP}]
@@ -25,7 +27,3 @@ DEPEND="
"
distutils_enable_tests pytest
-
-python_test() {
- epytest -vv --deselect tests/test_installed_distributions.py::test_installed_distributions_legacy_version || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/
2022-01-10 12:56 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-01-10 13:13 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-10 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 1dd5735e869f7037138190e31e919d5f80838eb2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 12:55:59 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 12:55:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1dd5735e
dev-python/pip-api: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/pip-api/Manifest | 1 -
dev-python/pip-api/pip-api-0.0.23.ebuild | 33 --------------------------------
2 files changed, 34 deletions(-)
diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index 636cdaf40..374d550e2 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1,2 +1 @@
-DIST pip-api-0.0.23.tar.gz 106534 BLAKE2B c608260c16281015d26881ed959d0f6712af8971d8e1f1a8128d6bc651c434e574bce3bacf0d773cd4dab1d89cc1dda478448079b1591ddb09eb0e3fe0c44ef1 SHA512 68ac25fc8c3f4dccbd9895900141291aab033a67def7b2da333331b96e3dcfd06ebda90ebe679938e8d126fa6e108f3c7c0805c9e0bf46af55da2f14894d680c
DIST pip-api-0.0.26.tar.gz 110021 BLAKE2B c286f8daa2470785525466053f3c431e93e4c7ffee19cac29b26bc0feb8f65a21eb285650981b6a3f726be471f47c8649a24cace2080a2e7e0b122cd26103548 SHA512 5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea
diff --git a/dev-python/pip-api/pip-api-0.0.23.ebuild b/dev-python/pip-api/pip-api-0.0.23.ebuild
deleted file mode 100644
index b229892df..000000000
--- a/dev-python/pip-api/pip-api-0.0.23.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_SETUPTOOLS="pyproject.toml"
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="An unofficial, importable pip API"
-HOMEPAGE="https://github.com/di/pip-api"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="<=dev-python/pip-21.3.1[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND="
- test? (
- dev-python/pretend[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- tests/test_installed_distributions.py::test_installed_distributions_legacy_version
-)
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/
@ 2022-03-18 6:35 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2022-03-18 6:35 UTC (permalink / raw
To: gentoo-commits
commit: 5d7d7108a21e3ce7c3e690feebe02a2b72a6b861
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 13:37:24 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 13:37:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d7d7108
dev-python/pip-api: update SRC_URI
Closes: https://bugs.gentoo.org/835476
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pip-api/pip-api-0.0.29.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pip-api/pip-api-0.0.29.ebuild b/dev-python/pip-api/pip-api-0.0.29.ebuild
index f439f3ead..51427cd23 100644
--- a/dev-python/pip-api/pip-api-0.0.29.ebuild
+++ b/dev-python/pip-api/pip-api-0.0.29.ebuild
@@ -14,7 +14,7 @@ inherit distutils-r1
DESCRIPTION="An unofficial, importable pip API"
HOMEPAGE="https://github.com/di/pip-api"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/
@ 2022-03-18 6:35 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2022-03-18 6:35 UTC (permalink / raw
To: gentoo-commits
commit: 40dd3c654e392a26e69b48c45ac10610cbdeed41
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 21:49:26 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 21:49:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40dd3c65
dev-python/pip-api: update SRC_URI
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pip-api/Manifest | 2 +-
dev-python/pip-api/pip-api-0.0.29.ebuild | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index 470115774..a49cf928a 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1,2 +1,2 @@
DIST pip-api-0.0.26.tar.gz 110021 BLAKE2B c286f8daa2470785525466053f3c431e93e4c7ffee19cac29b26bc0feb8f65a21eb285650981b6a3f726be471f47c8649a24cace2080a2e7e0b122cd26103548 SHA512 5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea
-DIST pip-api-0.0.29.tar.gz 111361 BLAKE2B 55ff8ac71c8b5fabacab88390735f3f7a7e8e6882577940333342dc87dfb606c2d830376d62df087cd6fdd57beef1fa6629a49518c20ca01c64600910c71e5f0 SHA512 860892058fd36481a489bfaeedf1608bfcc1093731b7de9d45a586e36b8bfcaf4de87095e23a949a34f1f75f29e3d0f803d8310006f7bcac72887cab84663079
+DIST pip-api-0.0.29-1af2c0f4cc2aa3c50d906adc8da7a6ceb2ba5df7.tar.gz 118238 BLAKE2B d7f0a5cadaaf0a673a76dfd6448c36f86cd5fac9a4633d22361fe3d2b75d4a7841c0ea3fbf2e1b6dffd4d1f3760ce8cac875172312927d878b8df98a933f8b51 SHA512 466e2e9a74c3f7d196a505475500352646655a446e4c8412d9f4dffd3ff988c0f6944bd9d32ece065a0242da49e9f9dce52bc06a4fb0021403328706e6b80236
diff --git a/dev-python/pip-api/pip-api-0.0.29.ebuild b/dev-python/pip-api/pip-api-0.0.29.ebuild
index 51427cd23..2aa9073c1 100644
--- a/dev-python/pip-api/pip-api-0.0.29.ebuild
+++ b/dev-python/pip-api/pip-api-0.0.29.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+COMMIT="1af2c0f4cc2aa3c50d906adc8da7a6ceb2ba5df7"
EPYTEST_DESELECT=(
tests/test_installed_distributions.py::test_installed_distributions_legacy_version
tests/test_installed_distributions.py::test_installed_distributions_multiple_paths
@@ -14,7 +15,8 @@ inherit distutils-r1
DESCRIPTION="An unofficial, importable pip API"
HOMEPAGE="https://github.com/di/pip-api"
-SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/di/pip-api/archive/${COMMIT}.tar.gz -> ${P}-${COMMIT}.tar.gz" # only for 0.0.29
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-03-18 6:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 4:27 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pip-api/ Jian Lin
-- strict thread matches above, loose matches on Subject: below --
2022-03-18 6:35 Arthur Zamarin
2022-03-18 6:35 Arthur Zamarin
2022-01-10 12:56 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-01-10 13:13 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-11-03 11:12 Andrew Ammerlaan
2021-06-29 6:59 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox