* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sortedcollections/
@ 2021-08-14 2:00 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2021-08-14 2:00 UTC (permalink / raw
To: gentoo-commits
commit: 95d6e3c1bd77dd6b02603588320690c64506ef91
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Aug 14 00:33:18 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 14 01:59:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95d6e3c1
dev-python/sortedcollections: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/sortedcollections/Manifest | 1 +
dev-python/sortedcollections/metadata.xml | 13 ++++++++
.../sortedcollections-2.1.0.ebuild | 36 ++++++++++++++++++++++
3 files changed, 50 insertions(+)
diff --git a/dev-python/sortedcollections/Manifest b/dev-python/sortedcollections/Manifest
new file mode 100644
index 000000000..ca3ac0622
--- /dev/null
+++ b/dev-python/sortedcollections/Manifest
@@ -0,0 +1 @@
+DIST sortedcollections-2.1.0.tar.gz 48563 BLAKE2B 5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5 SHA512 7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6
diff --git a/dev-python/sortedcollections/metadata.xml b/dev-python/sortedcollections/metadata.xml
new file mode 100644
index 000000000..ad76e650c
--- /dev/null
+++ b/dev-python/sortedcollections/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <doc>http://www.grantjenks.com/docs/sortedcollections/</doc>
+ <remote-id type="github">https://github.com/grantjenks/python-sortedcollections</remote-id>
+ <remote-id type="pypi">sortedcollections</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
new file mode 100644
index 000000000..749cade41
--- /dev/null
+++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Apache2 licensed Python sorted collections library"
+HOMEPAGE="
+ https://pypi.org/project/sortedcollections
+ https://github.com/grantjenks/python-sortedcollections
+"
+SRC_URI="https://github.com/grantjenks/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/python-${PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+BDEPEND="doc? ( ${RDEPEND} )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
+
+src_prepare() {
+ # breaks pytest
+ rm tox.ini || die
+
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ epytest --doctest-glob="*.rst"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sortedcollections/
@ 2022-07-07 0:41 Anna Vyalkova
0 siblings, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2022-07-07 0:41 UTC (permalink / raw
To: gentoo-commits
commit: 915f8d3f2fd82ffb29b83e12e7ec4f7e005d5757
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 7 00:33:03 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul 7 00:40:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=915f8d3f
dev-python/sortedcollections: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/sortedcollections/Manifest | 2 +-
dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-python/sortedcollections/Manifest b/dev-python/sortedcollections/Manifest
index ca3ac0622..ae64c7f98 100644
--- a/dev-python/sortedcollections/Manifest
+++ b/dev-python/sortedcollections/Manifest
@@ -1 +1 @@
-DIST sortedcollections-2.1.0.tar.gz 48563 BLAKE2B 5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5 SHA512 7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6
+DIST sortedcollections-2.1.0.gh.tar.gz 48563 BLAKE2B 5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5 SHA512 7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6
diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
index c7b900990..6a91e424d 100644
--- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Apache2 licensed Python sorted collections library"
@@ -11,8 +12,8 @@ HOMEPAGE="
https://pypi.org/project/sortedcollections/
https://github.com/grantjenks/python-sortedcollections
"
-SRC_URI="https://github.com/grantjenks/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/python-${PN}-${PV}"
+SRC_URI="https://github.com/grantjenks/python-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/python-${P}"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sortedcollections/
2023-09-14 14:54 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2023-09-14 14:34 ` David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-09-14 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 8a96e7dac9524ad332c12630f4b73a6b9654622a
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 14 14:34:47 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 14:34:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a96e7da
dev-python/sortedcollections: enable py3.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
index 9fd1a313fa..734a2b09e5 100644
--- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sortedcollections/
@ 2024-09-07 12:55 Takuya Wakazono
0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2024-09-07 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 1029ecd087b1f821f02ae84d834ada86f04f575f
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 7 12:54:55 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Sep 7 12:54:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1029ecd0
dev-python/sortedcollections: enable py3.13
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/sortedcollections/metadata.xml | 2 +-
dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/sortedcollections/metadata.xml b/dev-python/sortedcollections/metadata.xml
index 3d094b8b5..f66072768 100644
--- a/dev-python/sortedcollections/metadata.xml
+++ b/dev-python/sortedcollections/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
- <doc>http://www.grantjenks.com/docs/sortedcollections/</doc>
+ <doc>https://grantjenks.com/docs/sortedcollections/</doc>
<remote-id type="github">grantjenks/python-sortedcollections</remote-id>
<remote-id type="pypi">sortedcollections</remote-id>
</upstream>
diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
index 734a2b09e..0fb404f29 100644
--- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-07 12:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 0:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sortedcollections/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 12:55 Takuya Wakazono
2023-09-14 14:54 [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-14 14:34 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2021-08-14 2:00 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox