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/characteristic/Manifest | 1 + .../characteristic/characteristic-14.3.0-r3.ebuild | 24 ++++++++++++++++++++++ dev-python/characteristic/metadata.xml | 13 ++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/characteristic/Manifest create mode 100644 dev-python/characteristic/characteristic-14.3.0-r3.ebuild create mode 100644 dev-python/characteristic/metadata.xml (limited to 'dev-python/characteristic') diff --git a/dev-python/characteristic/Manifest b/dev-python/characteristic/Manifest new file mode 100644 index 000000000000..7137abeba052 --- /dev/null +++ b/dev-python/characteristic/Manifest @@ -0,0 +1 @@ +DIST characteristic-14.3.0.tar.gz 26993 BLAKE2B a24548953451da77e08678b8a204c0fc649ebff52026aafc6f80037a65f527c9a2244273420b1ce76e3ac75778f48c11bc2344296cbf34ff1e9a1e82356d52f1 SHA512 e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83 diff --git a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild new file mode 100644 index 000000000000..2fe3077b4082 --- /dev/null +++ b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild @@ -0,0 +1,24 @@ +# 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} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python attributes without the boilerplate" +HOMEPAGE="https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" + +distutils_enable_tests pytest +distutils_enable_sphinx docs + +python_prepare_all() { + sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die + distutils-r1_python_prepare_all +} diff --git a/dev-python/characteristic/metadata.xml b/dev-python/characteristic/metadata.xml new file mode 100644 index 000000000000..279a2a64850f --- /dev/null +++ b/dev-python/characteristic/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + characteristic + hynek/characteristic + + gentoo-staging + -- cgit v1.3.1