public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-pythonpath/
@ 2020-12-09  1:08 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2020-12-09  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     20ec3135cd0234e4c71232dbae33db343b3b8e43
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Dec  9 00:57:46 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Dec  9 01:04:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20ec3135

dev-python/pytest-pythonpath: new package

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-pythonpath/Manifest              |  1 +
 dev-python/pytest-pythonpath/metadata.xml          | 12 +++++++++++
 .../pytest-pythonpath-0.7.3.ebuild                 | 25 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-pythonpath/Manifest b/dev-python/pytest-pythonpath/Manifest
new file mode 100644
index 00000000..dd8506bf
--- /dev/null
+++ b/dev-python/pytest-pythonpath/Manifest
@@ -0,0 +1 @@
+DIST pytest-pythonpath-0.7.3.tar.gz 4498 BLAKE2B 819240073d2431f6a3ef137b73f8a4fe7ddb7c36c7403948b6c28575b841031de51deae85f9b5e31d331f1bb62589bb9ec538254f1db7010c49121e4d1d595bd SHA512 45f5185d1ec015e4e11fe5a14aa3ed49f333bae25a779ede43a3128e1c92a3f151836a72dc3ac8244de05c3943876e525ec7cd464c341b44e37195c443eb6391

diff --git a/dev-python/pytest-pythonpath/metadata.xml b/dev-python/pytest-pythonpath/metadata.xml
new file mode 100644
index 00000000..eefb457d
--- /dev/null
+++ b/dev-python/pytest-pythonpath/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+		<remote-id type="github">bigsassy/pytest-pythonpath</remote-id>
+		<remote-id type="pypi">pytest-pythonpath</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
new file mode 100644
index 00000000..4888dbad
--- /dev/null
+++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin for adding to the PYTHONPATH from the pytests.ini file before tests run"
+HOMEPAGE="
+	https://github.com/bigsassy/pytest-pythonpath
+	https://pypi.org/project/pytest-pythonpath
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-pythonpath/
  2020-12-09 14:14 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-pythonpath/ Andrew Ammerlaan
@ 2020-12-09 14:14 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-09 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e799043d97e2227751d45e8d74c9d47525224689
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Dec  9 14:13:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Dec  9 14:13:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e799043d

dev-python/pytest-pythonpath: shorten description

makes repoman happy

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

 dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
index 4888dbad..c147e49b 100644
--- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
+++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="py.test plugin for adding to the PYTHONPATH from the pytests.ini file before tests run"
+DESCRIPTION="Plugin for adding to the PYTHONPATH from the pytests.ini file before tests run"
 HOMEPAGE="
 	https://github.com/bigsassy/pytest-pythonpath
 	https://pypi.org/project/pytest-pythonpath


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-pythonpath/
@ 2020-12-09 14:14 Andrew Ammerlaan
  2020-12-09 14:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-09 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e799043d97e2227751d45e8d74c9d47525224689
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Dec  9 14:13:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Dec  9 14:13:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e799043d

dev-python/pytest-pythonpath: shorten description

makes repoman happy

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

 dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
index 4888dbad..c147e49b 100644
--- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
+++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="py.test plugin for adding to the PYTHONPATH from the pytests.ini file before tests run"
+DESCRIPTION="Plugin for adding to the PYTHONPATH from the pytests.ini file before tests run"
 HOMEPAGE="
 	https://github.com/bigsassy/pytest-pythonpath
 	https://pypi.org/project/pytest-pythonpath


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-pythonpath/
  2021-04-13 13:22 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-13 13:15 ` Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dba1e66c6b24acba968a4251db7ece833f137def
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:04:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:04:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dba1e66c

dev-python/pytest-pythonpath: bump python compat

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

 dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
index c147e49ba..db0e73458 100644
--- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
+++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-pythonpath/
@ 2021-05-05  7:32 Alessandro Barbieri
  0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-05-05  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f9487d44e20643cd1ebab2cbf5cc63fa1d3d61fa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May  5 07:27:19 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May  5 07:32:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9487d44

dev-python/pytest-pythonpath: comaintainers welcome

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-pythonpath/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytest-pythonpath/metadata.xml b/dev-python/pytest-pythonpath/metadata.xml
index eefb457d4..b3f0cd1e5 100644
--- a/dev-python/pytest-pythonpath/metadata.xml
+++ b/dev-python/pytest-pythonpath/metadata.xml
@@ -2,6 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
+		<description>co-maintainers welcome</description>
 		<email>lssndrbarbieri@gmail.com</email>
 		<name>Alessandro Barbieri</name>
 	</maintainer>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-pythonpath/
@ 2022-11-01  9:06 Anna Vyalkova
  0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2022-11-01  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     84c7e3e6d6b766f84e83df0742a1c2105420c259
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov  1 09:05:05 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov  1 09:05:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84c7e3e6

dev-python/pytest-pythonpath: treeclean

Closes: https://bugs.gentoo.org/862468
Closes: https://bugs.gentoo.org/848282
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-pythonpath/Manifest              |  1 -
 dev-python/pytest-pythonpath/metadata.xml          |  9 --------
 .../pytest-pythonpath-0.7.3.ebuild                 | 25 ----------------------
 3 files changed, 35 deletions(-)

diff --git a/dev-python/pytest-pythonpath/Manifest b/dev-python/pytest-pythonpath/Manifest
deleted file mode 100644
index dd8506bf0..000000000
--- a/dev-python/pytest-pythonpath/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-pythonpath-0.7.3.tar.gz 4498 BLAKE2B 819240073d2431f6a3ef137b73f8a4fe7ddb7c36c7403948b6c28575b841031de51deae85f9b5e31d331f1bb62589bb9ec538254f1db7010c49121e4d1d595bd SHA512 45f5185d1ec015e4e11fe5a14aa3ed49f333bae25a779ede43a3128e1c92a3f151836a72dc3ac8244de05c3943876e525ec7cd464c341b44e37195c443eb6391

diff --git a/dev-python/pytest-pythonpath/metadata.xml b/dev-python/pytest-pythonpath/metadata.xml
deleted file mode 100644
index 4d61fd1c5..000000000
--- a/dev-python/pytest-pythonpath/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="github">bigsassy/pytest-pythonpath</remote-id>
-		<remote-id type="pypi">pytest-pythonpath</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
deleted file mode 100644
index 816f67154..000000000
--- a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for adding to the PYTHONPATH from the pytests.ini file before tests run"
-HOMEPAGE="
-	https://github.com/bigsassy/pytest-pythonpath
-	https://pypi.org/project/pytest-pythonpath/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest


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

end of thread, other threads:[~2022-11-01  9:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-09 14:14 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-pythonpath/ Andrew Ammerlaan
2020-12-09 14:14 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-11-01  9:06 Anna Vyalkova
2021-05-05  7:32 Alessandro Barbieri
2021-04-13 13:22 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-13 13:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-09  1:08 Alessandro Barbieri

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