diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/constantly | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/constantly')
-rw-r--r-- | dev-python/constantly/Manifest | 2 | ||||
-rw-r--r-- | dev-python/constantly/constantly-15.1.0-r2.ebuild (renamed from dev-python/constantly/constantly-15.1.0-r1.ebuild) | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest index 1059cf7f618d..203133f6f198 100644 --- a/dev-python/constantly/Manifest +++ b/dev-python/constantly/Manifest @@ -1,3 +1,3 @@ DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce -EBUILD constantly-15.1.0-r1.ebuild 720 BLAKE2B 0bd3e3ede9650a0a4bf2e76fd5a42e7886371b3488d019ba812f3cbc7d5c77752b8d676dbf3b5d850a92f565f9cbb22f6746069ef13f1e13435f352c0c749aad SHA512 ec7a67a0f37f9d43144eeacf52f31e9f6d6dc7982d2cce7537691eaca6f06ea876cc06da609c92ce7990f6c49f437fe6124355a6e16c63fd60ce77cfb5b6d8fa +EBUILD constantly-15.1.0-r2.ebuild 706 BLAKE2B d61aa66fe48083566aa5c8b0222dd2a5be38817ac5ba95825ad1dc30756180c7112dd251c18ff91ece0ce27a1f09a100b635e11b06c785836368c3d1e577bd83 SHA512 0bb620c6095dfadef9c1cf1c8e05404dc4eeab0ddc504fad3575c7a1e34be0f406cc074aef90f8bb968f4d58abe5d55669e7e59e1e476279b33aba708d2183d5 MISC metadata.xml 762 BLAKE2B 9875a3eb5843bf6bf12053dec018f6613df587a09c15e789c8386fda56b9f992cecff183961d2ad6666c222897953afca84b3c16cea971ea51d59d85dd977d4a SHA512 2da01cbce721e0f9b411e6d34552bbe547d79dcf3c2bc0232b8addfcfc98a190eff1fef7ae09e451e4666a7854c83206cc5b905aa951b7ce9476124fc6f0023c diff --git a/dev-python/constantly/constantly-15.1.0-r1.ebuild b/dev-python/constantly/constantly-15.1.0-r2.ebuild index bccc729c58b6..2a518fc02581 100644 --- a/dev-python/constantly/constantly-15.1.0-r1.ebuild +++ b/dev-python/constantly/constantly-15.1.0-r2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -17,8 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND=" test? ( dev-python/twisted[${PYTHON_USEDEP}] ) " |