public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2016-04-15 19:20 Patrice Clement
  0 siblings, 0 replies; 21+ messages in thread
From: Patrice Clement @ 2016-04-15 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dd397f7155a02c170dc24428a50175e3db28e0ac
Author:     Jan Chren <dev.rindeal+github.com <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 17:59:37 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:05:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd397f71

dev-python/path-and-address: new package

Closes: https://github.com/gentoo/gentoo/pull/1268

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-python/path-and-address/Manifest                   |  1 +
 dev-python/path-and-address/metadata.xml               | 13 +++++++++++++
 .../path-and-address/path-and-address-1.1.0.ebuild     | 18 ++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
new file mode 100644
index 0000000..bbc1f49
--- /dev/null
+++ b/dev-python/path-and-address/Manifest
@@ -0,0 +1 @@
+DIST path-and-address-1.1.0.zip 7652 SHA256 c9cbea6919464ff2bbe441b996341e97d112ef876d8eeaa7ab127fe9fb811471 SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062 WHIRLPOOL adc380044564ae44390e9a9c882cbb0a0afb1f8d111480eef57a65c3cde611f415f2220d36d8dbfe0d76871e50643dd99fca87e88266864388c5eeb3a3f8c1ec

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
new file mode 100644
index 0000000..5c173d1
--- /dev/null
+++ b/dev-python/path-and-address/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>dev.rindeal+bugs.gentoo.org@gmail.com</email>
+    <name>Jan Chren (rindeal)</name>
+    <description>Proxied maintainer; set to assignee in all bugs</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
new file mode 100644
index 0000000..7553743
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_{6,7} pypy{,3} python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address"
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2016-05-29 15:30 Kristian Fiskerstrand
  0 siblings, 0 replies; 21+ messages in thread
From: Kristian Fiskerstrand @ 2016-05-29 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3950cbbf81f8c253824893610644ec9e93b051
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 15:25:22 2016 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sun May 29 15:29:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3950cb

dev-python/path-and-address: Dropping to maintainer-needed

Gentoo-Bug: 584246

Package-Manager: portage-2.3.0_rc1

 dev-python/path-and-address/metadata.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
index 5c173d1..097975e 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -1,13 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>dev.rindeal+bugs.gentoo.org@gmail.com</email>
-    <name>Jan Chren (rindeal)</name>
-    <description>Proxied maintainer; set to assignee in all bugs</description>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2016-05-29 19:39 Dirkjan Ochtman
  0 siblings, 0 replies; 21+ messages in thread
From: Dirkjan Ochtman @ 2016-05-29 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     870130339c104d7a3f4eb45007c35d6902865347
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 19:38:42 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun May 29 19:38:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87013033

dev-python/path-and-address: add python project as maintainer

Package-Manager: portage-2.2.28

 dev-python/path-and-address/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
index 097975e..3743220 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2017-04-28 16:31 Manuel Rüger
  0 siblings, 0 replies; 21+ messages in thread
From: Manuel Rüger @ 2017-04-28 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2501f2f6bce3b7ac81fb9e27cea75df99b72ee18
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 16:31:23 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 16:31:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2501f2f6

dev-python/path-and-address: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/path-and-address/path-and-address-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
index d61e867d9e3..174f3ca7f76 100644
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5} )
+PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5,6} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2017-12-02 15:37 Mike Gilbert
  0 siblings, 0 replies; 21+ messages in thread
From: Mike Gilbert @ 2017-12-02 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     3a919246c132e47aec50b404c95615d820c53f10
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 15:33:03 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 15:33:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a919246

dev-python/path-and-address: depend on setuptools

Bug: https://bugs.gentoo.org/639402
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/path-and-address/Manifest                      | 2 +-
 dev-python/path-and-address/path-and-address-1.1.0.ebuild | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
index bbc1f49cd7d..63a46df4a44 100644
--- a/dev-python/path-and-address/Manifest
+++ b/dev-python/path-and-address/Manifest
@@ -1 +1 @@
-DIST path-and-address-1.1.0.zip 7652 SHA256 c9cbea6919464ff2bbe441b996341e97d112ef876d8eeaa7ab127fe9fb811471 SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062 WHIRLPOOL adc380044564ae44390e9a9c882cbb0a0afb1f8d111480eef57a65c3cde611f415f2220d36d8dbfe0d76871e50643dd99fca87e88266864388c5eeb3a3f8c1ec
+DIST path-and-address-1.1.0.zip 7652 BLAKE2B fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
index 174f3ca7f76..e752aa3869f 100644
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -15,3 +15,5 @@ SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2020-01-20 18:15 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2020-01-20 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7fe74dd7ef9c92e0b5bc5d2bcea007d3950a2551
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 18:10:38 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 18:15:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe74dd7

dev-python/path-and-address: add missing maintainer name

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
index f07d1514075..b83619ba78c 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -6,6 +6,7 @@
   </maintainer>
   <maintainer type="person">
     <email>bkohler@gentoo.org</email>
+    <name>Ben Kohler</name>
   </maintainer>
   <upstream>
     <remote-id type="github">joeyespo/path-and-address</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2020-01-20 18:15 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2020-01-20 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     bfd88aa41db7fa5735138fa1052eac3f48249c77
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 18:03:49 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 18:14:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd88aa4

dev-python/path-and-address: bump to 2.0.1 & update PYTHON_COMPAT

Also add myself to maintainers list since I'm taking over this package's
only reverse dep.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/Manifest                 |  1 +
 dev-python/path-and-address/metadata.xml             |  3 +++
 .../path-and-address/path-and-address-2.0.1.ebuild   | 20 ++++++++++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
index 63a46df4a44..2efef2d1ad4 100644
--- a/dev-python/path-and-address/Manifest
+++ b/dev-python/path-and-address/Manifest
@@ -1 +1,2 @@
 DIST path-and-address-1.1.0.zip 7652 BLAKE2B fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062
+DIST path-and-address-2.0.1.zip 6503 BLAKE2B 146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a SHA512 11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
index c007c2aa27e..f07d1514075 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -4,6 +4,9 @@
   <maintainer type="project">
     <email>python@gentoo.org</email>
   </maintainer>
+  <maintainer type="person">
+    <email>bkohler@gentoo.org</email>
+  </maintainer>
   <upstream>
     <remote-id type="github">joeyespo/path-and-address</remote-id>
     <remote-id type="pypi">path-and-address</remote-id>

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
new file mode 100644
index 00000000000..aad20838d94
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address"
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2020-02-05 17:59 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-02-05 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     2d46b4255e9e5eb590fc94d4af65654fd647894a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 17:54:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 17:54:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d46b425

dev-python/path-and-address: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
index e9ec9c8f1fb..0d35cd58135 100644
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy3 python3_6 )
+PYTHON_COMPAT=( pypy3 python3_6 )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2020-03-28 11:36 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-03-28 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b5ecf079c37c26f3ad29490db083568501c1d35e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 11:29:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 11:36:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ecf079

dev-python/path-and-address: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/path-and-address/Manifest                  |  1 -
 .../path-and-address/path-and-address-1.1.0.ebuild    | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/dev-python/path-and-address/Manifest b/dev-python/path-and-address/Manifest
index 2efef2d1ad4..9c4b7467aba 100644
--- a/dev-python/path-and-address/Manifest
+++ b/dev-python/path-and-address/Manifest
@@ -1,2 +1 @@
-DIST path-and-address-1.1.0.zip 7652 BLAKE2B fcf80494a2969d4b59a96ca6cd6f9dbc03a56b11e4374e64ea59fba18859b50eb8621d506b28472713bce8aaec6e8d9f26ba763b82b726df439967aa3c8a75be SHA512 eb60fabce6a71401b4681bcc1db5253c2043c33bd25f9bc8bf678d45aa459e2398ed482166fa0f85a0365ba8762a46e75c6c497ea25b6c1ba5c91d6a37618062
 DIST path-and-address-2.0.1.zip 6503 BLAKE2B 146e73b5b54ea536f8b94da8ebbb923441564cf2137a55f3938552493b6fffe28c4e90c908a3fef2acb55e76f320519c7f59c0b2c99f144ebb29ca90d32e590a SHA512 11b2352389662412451e1e9f3e2997e81d36acbef7ad18c50328b9e9bb395f2f5fc8bca988ef14a7d9b76f5213cbfa17bb82df0e00f6989671181b104e4f1406

diff --git a/dev-python/path-and-address/path-and-address-1.1.0.ebuild b/dev-python/path-and-address/path-and-address-1.1.0.ebuild
deleted file mode 100644
index 0d35cd58135..00000000000
--- a/dev-python/path-and-address/path-and-address-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( pypy3 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Functions for server CLI applications used by humans"
-HOMEPAGE="https://github.com/joeyespo/path-and-address"
-LICENSE="MIT"
-
-SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2020-06-30 13:26 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2020-06-30 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a03d9b22951a0f6ddf46ce1129c5fd45226b87ed
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 12:58:10 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 13:12:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03d9b22

dev-python/path-and-address: stable on amd64

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index aad20838d94..f4df422f872 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="app-arch/unzip"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2020-12-28 18:50 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2020-12-28 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca31198c9d67b28aaea32301ea96428f787b706
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 18:14:56 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 18:50:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca31198

dev-python/path-and-address: add python3_9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index f4df422f872..c37f5f7172b 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2021-07-13 13:44 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2021-07-13 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0cbf77b42d415e85aa82910dfa889e99d94bb5a9
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 13:18:05 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 13:29:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbf77b4

dev-python/path-and-address: add python3_10 compat

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index 3d9dabb3977..f592333b039 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2022-07-25 14:26 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2022-07-25 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8530075e6ff9c85da4dc88e2325f5baa841f0af6
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 19:08:09 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:26:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8530075e

dev-python/path-and-address: enable py3.11 and disable py3.7

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index f592333b0391..b160fe0dfbad 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-03-07 13:47 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2023-03-07 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6948d809c0242655accffa9c2c2114e55d5af375
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 13:41:20 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 13:45:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948d809

dev-python/path-and-address: update SRC_URI

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index b65e43329c66..957094a7a572 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -5,14 +5,14 @@ EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Functions for server CLI applications used by humans"
 HOMEPAGE="https://github.com/joeyespo/path-and-address"
 LICENSE="MIT"
 
 SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
 KEYWORDS="amd64"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-03-07 15:55 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2023-03-07 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2da504b6307f789cc1304fe2cceeb783bc04ba04
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 15:55:19 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 15:55:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da504b6

dev-python/path-and-address: fix S after eclass add

Closes: https://bugs.gentoo.org/900194

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index 957094a7a572..e41fda94d4e1 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-06-01 12:57 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2023-06-01 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     41cf017182b93213973f7693de962b86861d3cd9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 12:56:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 12:56:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cf0171

dev-python/path-and-address: Remove python@ from maintainers

No tests, bad ebuild quality, dead package → no place for python@ here.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/path-and-address/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
index 5497bd41a20e..20adc1cf90c3 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-  </maintainer>
   <maintainer type="person">
     <email>bkohler@gentoo.org</email>
     <name>Ben Kohler</name>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-07-08 18:43 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2023-07-08 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4785682b90d67f3062d084f1a07152301e8bd7be
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 13:13:56 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 18:41:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4785682b

dev-python/path-and-address: update EAPI 7 -> 8, use PEP517 build

Closes: https://bugs.gentoo.org/909926

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 .../path-and-address-2.0.1-r1.ebuild                 | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
new file mode 100644
index 000000000000..f6f7f08dd053
--- /dev/null
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Functions for server CLI applications used by humans"
+HOMEPAGE="https://github.com/joeyespo/path-and-address"
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
+
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-08-11 18:59 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2023-08-11 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d7066f452e090b28f6d9241cc88a925ce685349d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 18:58:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 18:58:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7066f45

dev-python/path-and-address: mark ALLARCHES

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/path-and-address/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-and-address/metadata.xml b/dev-python/path-and-address/metadata.xml
index 20adc1cf90c3..1838b58c5891 100644
--- a/dev-python/path-and-address/metadata.xml
+++ b/dev-python/path-and-address/metadata.xml
@@ -5,6 +5,7 @@
     <email>bkohler@gentoo.org</email>
     <name>Ben Kohler</name>
   </maintainer>
+  <stabilize-allarches/>
   <upstream>
     <remote-id type="github">joeyespo/path-and-address</remote-id>
     <remote-id type="pypi">path-and-address</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-08-12  0:13 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2023-08-12  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4abc1feaef0bef2308b54d3ae21b42fc9fb65271
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 00:13:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 00:13:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abc1fea

dev-python/path-and-address: Stabilize 2.0.1-r1 ALLARCHES, #912144

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
index f6f7f08dd053..a629618e9c5a 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -15,6 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="app-arch/unzip"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2023-08-12  3:05 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2023-08-12  3:05 UTC (permalink / raw
  To: gentoo-commits

commit:     603010ea5c36f2c9a9df6982dba6f5008fa6f114
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 02:28:48 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 02:28:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603010ea

dev-python/path-and-address: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../path-and-address/path-and-address-2.0.1.ebuild  | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
deleted file mode 100644
index e41fda94d4e1..000000000000
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Functions for server CLI applications used by humans"
-HOMEPAGE="https://github.com/joeyespo/path-and-address"
-LICENSE="MIT"
-
-SLOT="0"
-SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-KEYWORDS="amd64"
-
-BDEPEND="app-arch/unzip"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/
@ 2024-04-16 18:07 Ben Kohler
  0 siblings, 0 replies; 21+ messages in thread
From: Ben Kohler @ 2024-04-16 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e5603c7198e9619743dbaefaca138d6e516030f0
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 16:12:35 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 18:07:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5603c71

dev-python/path-and-address: enable py3.12

Closes: https://bugs.gentoo.org/929478

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
index a629618e9c5a..44c21d84f23c 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..12} )
 PYPI_NO_NORMALIZE=1
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi


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

end of thread, other threads:[~2024-04-16 18:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 13:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/ Ben Kohler
  -- strict thread matches above, loose matches on Subject: below --
2024-04-16 18:07 Ben Kohler
2023-08-12  3:05 Michał Górny
2023-08-12  0:13 Sam James
2023-08-11 18:59 Arthur Zamarin
2023-07-08 18:43 Ben Kohler
2023-06-01 12:57 Michał Górny
2023-03-07 15:55 Ben Kohler
2023-03-07 13:47 Ben Kohler
2022-07-25 14:26 Ben Kohler
2021-07-13 13:44 Ben Kohler
2020-12-28 18:50 Ben Kohler
2020-03-28 11:36 Michał Górny
2020-02-05 17:59 Michał Górny
2020-01-20 18:15 Ben Kohler
2020-01-20 18:15 Ben Kohler
2017-12-02 15:37 Mike Gilbert
2017-04-28 16:31 Manuel Rüger
2016-05-29 19:39 Dirkjan Ochtman
2016-05-29 15:30 Kristian Fiskerstrand
2016-04-15 19:20 Patrice Clement

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