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/scripttest/Manifest | 1 + dev-python/scripttest/metadata.xml | 12 ++++++++++++ dev-python/scripttest/scripttest-1.3.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/scripttest/Manifest create mode 100644 dev-python/scripttest/metadata.xml create mode 100644 dev-python/scripttest/scripttest-1.3.0.ebuild (limited to 'dev-python/scripttest') diff --git a/dev-python/scripttest/Manifest b/dev-python/scripttest/Manifest new file mode 100644 index 000000000000..9ee2b728fcd9 --- /dev/null +++ b/dev-python/scripttest/Manifest @@ -0,0 +1 @@ +DIST scripttest-1.3.0.tar.gz 14885 BLAKE2B 1984bb175b49248bd369d2d2ed6f70051113285b6870bce67e0c2203d29b4c5b2735fa96dfef7ee11aa38db74e9beb026bbc946c8549b2810f6b90e896bcae0e SHA512 038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6 diff --git a/dev-python/scripttest/metadata.xml b/dev-python/scripttest/metadata.xml new file mode 100644 index 000000000000..9732c7084a46 --- /dev/null +++ b/dev-python/scripttest/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + ScriptTest + + gentoo-staging + diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild new file mode 100644 index 000000000000..ccad3cfea21e --- /dev/null +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A very small text templating language" +HOMEPAGE="https://pypi.org/project/ScriptTest/ + https://github.com/pypa/scripttest" +# pypi tarball lacks tests +SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86" + +distutils_enable_tests pytest -- cgit v1.3.1