diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-02-07 11:45:48 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-02-07 11:46:37 +0200 |
| commit | 727c8b85e76f611088b0ad6d77eefb4829bf9c31 (patch) | |
| tree | ca38397e4a97673352c3749510edffae785d4b2c /dev-python/fastbencode | |
| parent | 06f5fbd43565957ecbcf73f4fcec6d695f2c34d8 (diff) | |
| download | gentoo-727c8b85e76f611088b0ad6d77eefb4829bf9c31.tar.gz gentoo-727c8b85e76f611088b0ad6d77eefb4829bf9c31.tar.bz2 gentoo-727c8b85e76f611088b0ad6d77eefb4829bf9c31.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python/fastbencode')
| -rw-r--r-- | dev-python/fastbencode/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/fastbencode/fastbencode-0.3.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
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 |
