diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-29 06:38:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-29 06:38:19 +0000 |
| commit | 0af643c74ae7d041ea5e2e66dddc9c69a516e733 (patch) | |
| tree | f48706704c379d8463b70cc2d38cc806144fccb9 /dev-python/constantly | |
| parent | 567a9950a50876e90287bc04a1da3aac52cb4798 (diff) | |
| download | baldeagleos-repo-0af643c74ae7d041ea5e2e66dddc9c69a516e733.tar.gz baldeagleos-repo-0af643c74ae7d041ea5e2e66dddc9c69a516e733.tar.xz baldeagleos-repo-0af643c74ae7d041ea5e2e66dddc9c69a516e733.zip | |
Adding metadata
Diffstat (limited to 'dev-python/constantly')
| -rw-r--r-- | dev-python/constantly/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/constantly/constantly-23.10.4.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest index 97253e8bcc17..12442709a065 100644 --- a/dev-python/constantly/Manifest +++ b/dev-python/constantly/Manifest @@ -1 +1,2 @@ DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce +DIST constantly-23.10.4.gh.tar.gz 31245 BLAKE2B ebf2c9ea343cc20f8b2f32f0a95e5d10ecbafed5e74b456d4f3ce7e5abb0d0c02ccc41a734d1b04dc79d0d5957474fd317758f062be9a0240d8450dde159d1d0 SHA512 465dfc2ae857a956d91d6ae3eadabcde02905c2761ef51dca4d28c7ca47aa11757c773cac2aa082936be4e85f2aa8fac31840d209cdf9d871e73db836cb2e9a5 diff --git a/dev-python/constantly/constantly-23.10.4.ebuild b/dev-python/constantly/constantly-23.10.4.ebuild new file mode 100644 index 000000000000..ba50047d85ae --- /dev/null +++ b/dev-python/constantly/constantly-23.10.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Symbolic constants in Python" +HOMEPAGE=" + https://github.com/twisted/constantly/ + https://pypi.org/project/constantly/ +" +SRC_URI=" + https://github.com/twisted/constantly/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +BDEPEND=" + dev-python/versioneer[${PYTHON_USEDEP}] + test? ( dev-python/twisted[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests unittest |
