public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/stringcase/
@ 2021-08-03  8:50 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-08-03  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0bd7778553c67852a0630959b44fa077233ccdb1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 08:50:24 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 08:50:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bd77785

dev-python/stringcase: remove TrailingEmptyLine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/stringcase/stringcase-1.2.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/stringcase/stringcase-1.2.0.ebuild b/dev-python/stringcase/stringcase-1.2.0.ebuild
index 64de62491..c91f56e5e 100644
--- a/dev-python/stringcase/stringcase-1.2.0.ebuild
+++ b/dev-python/stringcase/stringcase-1.2.0.ebuild
@@ -16,5 +16,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
-IUSE=""
-


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stringcase/
  2024-05-15 17:00 [gentoo-commits] repo/proj/guru:master commit in: dev-python/stringcase/ Julien Roy
@ 2024-05-15 16:55 ` Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-15 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     dfe70fb26b6a74e43b1aeae66a940b9d1119e153
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 16:24:59 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 16:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfe70fb2

dev-python/stringcase: use PEP517, enable py3.12, py3.13

Closes: https://bugs.gentoo.org/931430
Closes: https://bugs.gentoo.org/921874
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../{stringcase-1.2.0-r1.ebuild => stringcase-1.2.0-r2.ebuild}     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
similarity index 74%
rename from dev-python/stringcase/stringcase-1.2.0-r1.ebuild
rename to dev-python/stringcase/stringcase-1.2.0-r2.ebuild
index 3910056d8b..710f45a101 100644
--- a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild
+++ b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{10..11} )
-
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/stringcase/
@ 2024-05-15 17:00 Julien Roy
  2024-05-15 16:55 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Roy @ 2024-05-15 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dfe70fb26b6a74e43b1aeae66a940b9d1119e153
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 16:24:59 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 16:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfe70fb2

dev-python/stringcase: use PEP517, enable py3.12, py3.13

Closes: https://bugs.gentoo.org/931430
Closes: https://bugs.gentoo.org/921874
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../{stringcase-1.2.0-r1.ebuild => stringcase-1.2.0-r2.ebuild}     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
similarity index 74%
rename from dev-python/stringcase/stringcase-1.2.0-r1.ebuild
rename to dev-python/stringcase/stringcase-1.2.0-r2.ebuild
index 3910056d8b..710f45a101 100644
--- a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild
+++ b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{10..11} )
-
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 


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

end of thread, other threads:[~2024-05-15 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 17:00 [gentoo-commits] repo/proj/guru:master commit in: dev-python/stringcase/ Julien Roy
2024-05-15 16:55 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2021-08-03  8:50 [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