From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/constantly/Manifest | 1 + dev-python/constantly/constantly-15.1.0-r1.ebuild | 27 +++++++++++++++++++++++ dev-python/constantly/metadata.xml | 19 ++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-python/constantly/Manifest create mode 100644 dev-python/constantly/constantly-15.1.0-r1.ebuild create mode 100644 dev-python/constantly/metadata.xml (limited to 'dev-python/constantly') diff --git a/dev-python/constantly/Manifest b/dev-python/constantly/Manifest new file mode 100644 index 000000000000..97253e8bcc17 --- /dev/null +++ b/dev-python/constantly/Manifest @@ -0,0 +1 @@ +DIST constantly-15.1.0.gh.tar.gz 40635 BLAKE2B d400336901f7df7b1535a0e46fe092a2542546964ea144014210e8be3807aabfe8e8370e94f426061a0c3a6257ee66a6ceb963b159717def7e047405368d910e SHA512 eeaa74552fe8e01c40566ac3c8b3d41085f800863ac516e30fe1242f40d3401e4e872279149776f29d3ba78a7a16337a794ad26230efab4dd1847d42bffa81ce diff --git a/dev-python/constantly/constantly-15.1.0-r1.ebuild b/dev-python/constantly/constantly-15.1.0-r1.ebuild new file mode 100644 index 000000000000..b0d5fedc7464 --- /dev/null +++ b/dev-python/constantly/constantly-15.1.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{6..9} ) +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 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/twisted[${PYTHON_USEDEP}] ) +" + +python_test() { + esetup.py test +} diff --git a/dev-python/constantly/metadata.xml b/dev-python/constantly/metadata.xml new file mode 100644 index 000000000000..ae3a420e422a --- /dev/null +++ b/dev-python/constantly/metadata.xml @@ -0,0 +1,19 @@ + + + + + + + twisted-python@twistedmatrix.com + Twisted Matrix Labs Developers + + constantly + twisted/constantly + + + A library that provides symbolic constant support. It includes + collections and constants with text, numeric, and bit flag values. + Originally twisted.python.constants from the Twisted project. + + gentoo-staging + -- cgit v1.3.1