* [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/
@ 2023-07-07 18:36 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-07-07 18:36 UTC (permalink / raw
To: gentoo-commits
commit: f0bfff51de96224263f980777e1edcd62f3e2703
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 18:06:06 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 18:13:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bfff51
dev-python/fastbencode: new package, add 0.2
Dependency for dev-vcs/breezy
Bug: https://bugs.gentoo.org/896944
Co-authored-by: Marcus Comstedt <marcus <AT> mc.pp.se>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fastbencode/Manifest | 1 +
dev-python/fastbencode/fastbencode-0.2.ebuild | 26 ++++++++++++++++++++++++++
dev-python/fastbencode/metadata.xml | 12 ++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/fastbencode/Manifest b/dev-python/fastbencode/Manifest
new file mode 100644
index 000000000000..b0c883f2d5e8
--- /dev/null
+++ b/dev-python/fastbencode/Manifest
@@ -0,0 +1 @@
+DIST fastbencode-0.2.tar.gz 22580 BLAKE2B 87e14260cf7174ee1b40372879efed7b8fef3302ec0783cf9ebd103e9730c0f415ccd96c2ada944849b7cf63bf2998d2ddc644307619449b29177c680730233b SHA512 4cc62d8ed54fcf1d989e026ad2b4d0c1f4a2fa762d9c2f7da182501af7454f802202c47763b714072009357858a3f93ea6ad9b3e9f80742b749f5014f84e1598
diff --git a/dev-python/fastbencode/fastbencode-0.2.ebuild b/dev-python/fastbencode/fastbencode-0.2.ebuild
new file mode 100644
index 000000000000..33b5303ae6ab
--- /dev/null
+++ b/dev-python/fastbencode/fastbencode-0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Implementation of bencode with optional fast C extensions"
+HOMEPAGE="
+ https://github.com/breezy-team/fastbencode
+ https://pypi.org/project/fastbencode/
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
diff --git a/dev-python/fastbencode/metadata.xml b/dev-python/fastbencode/metadata.xml
new file mode 100644
index 000000000000..a626371679bf
--- /dev/null
+++ b/dev-python/fastbencode/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">fastbencode</remote-id>
+ <remote-id type="github">breezy-team/fastbencode</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/
@ 2023-07-15 3:10 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-07-15 3:10 UTC (permalink / raw
To: gentoo-commits
commit: d9400c68b72913832440cf16737a7811b0af2dd3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 03:07:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 03:09:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9400c68
dev-python/fastbencode: Keyword 0.2 arm64, #909844
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/fastbencode/fastbencode-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fastbencode/fastbencode-0.2.ebuild b/dev-python/fastbencode/fastbencode-0.2.ebuild
index 33b5303ae6ab..2eb4c468cacb 100644
--- a/dev-python/fastbencode/fastbencode-0.2.ebuild
+++ b/dev-python/fastbencode/fastbencode-0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/
@ 2023-08-06 7:47 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2023-08-06 7:47 UTC (permalink / raw
To: gentoo-commits
commit: d0fcaac9b50182cbf977ce95c071988187eca053
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 6 07:22:09 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 6 07:47:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fcaac9
dev-python/fastbencode: Fix testing the C ext, remove broken py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fastbencode/fastbencode-0.2.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/fastbencode/fastbencode-0.2.ebuild b/dev-python/fastbencode/fastbencode-0.2.ebuild
index 2eb4c468cacb..f884ac6d4ab5 100644
--- a/dev-python/fastbencode/fastbencode-0.2.ebuild
+++ b/dev-python/fastbencode/fastbencode-0.2.ebuild
@@ -5,13 +5,13 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="Implementation of bencode with optional fast C extensions"
HOMEPAGE="
- https://github.com/breezy-team/fastbencode
+ https://github.com/breezy-team/fastbencode/
https://pypi.org/project/fastbencode/
"
@@ -24,3 +24,8 @@ BDEPEND="
"
distutils_enable_tests unittest
+
+python_test() {
+ cd fastbencode/tests || die
+ eunittest
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/
@ 2023-09-09 6:10 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-09-09 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 3a3e507f7cee30fee52a8768c4a4a4248a679c54
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 06:10:00 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 06:10:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3e507f
dev-python/fastbencode: Keyword 0.2 x86, #909844
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fastbencode/fastbencode-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fastbencode/fastbencode-0.2.ebuild b/dev-python/fastbencode/fastbencode-0.2.ebuild
index 068bcff75e2d..badf0a63432d 100644
--- a/dev-python/fastbencode/fastbencode-0.2.ebuild
+++ b/dev-python/fastbencode/fastbencode-0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/
@ 2025-02-07 9:47 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-02-07 9:47 UTC (permalink / raw
To: gentoo-commits
commit: 727c8b85e76f611088b0ad6d77eefb4829bf9c31
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 09:45:48 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 09:46:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727c8b85
dev-python/fastbencode: add 0.3.1
Closes: https://bugs.gentoo.org/947194
Closes: https://bugs.gentoo.org/923823
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fastbencode/Manifest | 1 +
dev-python/fastbencode/fastbencode-0.3.1.ebuild | 26 +++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/fastbencode/Manifest b/dev-python/fastbencode/Manifest
index b0c883f2d5e8..2f185790e38c 100644
--- a/dev-python/fastbencode/Manifest
+++ b/dev-python/fastbencode/Manifest
@@ -1 +1,2 @@
DIST fastbencode-0.2.tar.gz 22580 BLAKE2B 87e14260cf7174ee1b40372879efed7b8fef3302ec0783cf9ebd103e9730c0f415ccd96c2ada944849b7cf63bf2998d2ddc644307619449b29177c680730233b SHA512 4cc62d8ed54fcf1d989e026ad2b4d0c1f4a2fa762d9c2f7da182501af7454f802202c47763b714072009357858a3f93ea6ad9b3e9f80742b749f5014f84e1598
+DIST fastbencode-0.3.1.tar.gz 20881 BLAKE2B e962e07ebc75402d63c9b4bbae303bafc1cf4a66f76884b756c9604b5fad5dc0165c1500fad4226785e030571bff1a2f26b5e5185880b076ebdb54cac4474da1 SHA512 153501ecbfcff76a55faec4c65924a4e4b171a91e05092ecaba61a8561f84d2abce0ac7b7d51aee44b39e6b706c38b5ea7a23f92a4650545b4526a0ae1ac086d
diff --git a/dev-python/fastbencode/fastbencode-0.3.1.ebuild b/dev-python/fastbencode/fastbencode-0.3.1.ebuild
new file mode 100644
index 000000000000..c2e3ef944d34
--- /dev/null
+++ b/dev-python/fastbencode/fastbencode-0.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Implementation of bencode with optional fast C extensions"
+HOMEPAGE="
+ https://github.com/breezy-team/fastbencode/
+ https://pypi.org/project/fastbencode/
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+ dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/
@ 2025-02-07 9:47 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2025-02-07 9:47 UTC (permalink / raw
To: gentoo-commits
commit: 558d7760d67b7b4d5e45551b59b6b2875d9833c4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 09:46:22 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 09:46:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558d7760
dev-python/fastbencode: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/fastbencode/fastbencode-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fastbencode/fastbencode-0.3.1.ebuild b/dev-python/fastbencode/fastbencode-0.3.1.ebuild
index c2e3ef944d34..050e3c30fde5 100644
--- a/dev-python/fastbencode/fastbencode-0.3.1.ebuild
+++ b/dev-python/fastbencode/fastbencode-0.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-07 9:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-09 6:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/fastbencode/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-02-07 9:47 Arthur Zamarin
2025-02-07 9:47 Arthur Zamarin
2023-08-06 7:47 Michał Górny
2023-07-15 3:10 Sam James
2023-07-07 18:36 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox