From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/constantly/Manifest | 2 +- dev-python/constantly/constantly-15.1.0-r1.ebuild | 25 ----------------------- dev-python/constantly/constantly-15.1.0-r2.ebuild | 25 +++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 dev-python/constantly/constantly-15.1.0-r1.ebuild create mode 100644 dev-python/constantly/constantly-15.1.0-r2.ebuild (limited to 'dev-python/constantly') 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-r1.ebuild deleted file mode 100644 index bccc729c58b6..000000000000 --- a/dev-python/constantly/constantly-15.1.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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 - -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 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-python/twisted[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests setup.py diff --git a/dev-python/constantly/constantly-15.1.0-r2.ebuild b/dev-python/constantly/constantly-15.1.0-r2.ebuild new file mode 100644 index 000000000000..2a518fc02581 --- /dev/null +++ b/dev-python/constantly/constantly-15.1.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} 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 ~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 -- cgit v1.2.3