diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-05 10:11:02 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-05 10:11:02 +0100 |
commit | 20deac35b03e3e15d55e2cfd0236308f20bead59 (patch) | |
tree | 025d381424ca1c394c0f8e538633cd942f5ee490 /dev-python/constantly | |
parent | fc3556aa4466d278bff2aef2f88113089def0bab (diff) |
gentoo auto-resync : 05:07:2023 - 10:11:01
Diffstat (limited to 'dev-python/constantly')
-rw-r--r-- | dev-python/constantly/Manifest | 3 | ||||
-rw-r--r-- | dev-python/constantly/constantly-15.1.0-r2.ebuild | 25 | ||||
-rw-r--r-- | dev-python/constantly/constantly-15.1.0-r3.ebuild | 2 |
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest index 198704e62b44..f1253b4b2648 100644 --- a/dev-python/constantly/Manifest +++ b/dev-python/constantly/Manifest @@ -1,4 +1,3 @@ DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce -EBUILD constantly-15.1.0-r2.ebuild 713 BLAKE2B e8d56bd90dd6227824fdce22ca96b3bd4a25f4212b3fbdcf9e3eb0dd42019b66a8fb6c7615bef7845df09c731d18632a85246d7235141219c6847db380615eac SHA512 407464c96dcc735702238362a58b924e76756307bd2cd015b30d3535a86983143dea52dd294c18176ee514517c545be3c0ab5533e02a9257c237915d377c16dc -EBUILD constantly-15.1.0-r3.ebuild 897 BLAKE2B 19956c4771b5a9c20c0162613d6e7c89250ab57f733ae8c10e89e9c0de722b12c63824fbdb7a65a4d4afc0b142f7208f18dfe236aff4a04c390b99a1a32cb946 SHA512 505b55cca2322be810db01f31064239145e1b095cbe85a8b756f6033eaa3f831fa22c21e6b037aa56bc6b1dc175036477b4272e8195b45b71588853488aab65b +EBUILD constantly-15.1.0-r3.ebuild 889 BLAKE2B 1c96d171804fe8b4ff8bc9fd7c2e3d52f5d2082265f1cdf397ba87ece0846fe95616b1c38adc2fa6401a7546af790593881b797e203d68d2507fd4763a367d17 SHA512 a291d7af10bf80df8f8dcafbb3128490efa821aeae04077c107f627e8a5ab6baaaefce8a51472895423e1fa512c45f838b43547e2852671e07bb6ffacee74f83 MISC metadata.xml 762 BLAKE2B 9875a3eb5843bf6bf12053dec018f6613df587a09c15e789c8386fda56b9f992cecff183961d2ad6666c222897953afca84b3c16cea971ea51d59d85dd977d4a SHA512 2da01cbce721e0f9b411e6d34552bbe547d79dcf3c2bc0232b8addfcfc98a190eff1fef7ae09e451e4666a7854c83206cc5b905aa951b7ce9476124fc6f0023c diff --git a/dev-python/constantly/constantly-15.1.0-r2.ebuild b/dev-python/constantly/constantly-15.1.0-r2.ebuild deleted file mode 100644 index f6bfe52b5aad..000000000000 --- a/dev-python/constantly/constantly-15.1.0-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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_{9..11} 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" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( dev-python/twisted[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests setup.py diff --git a/dev-python/constantly/constantly-15.1.0-r3.ebuild b/dev-python/constantly/constantly-15.1.0-r3.ebuild index 0fc650e33605..7c9c7f26e876 100644 --- a/dev-python/constantly/constantly-15.1.0-r3.ebuild +++ b/dev-python/constantly/constantly-15.1.0-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/twisted/constantly/archive/${PV}.tar.gz -> ${P}.gh.t 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" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |