diff options
Diffstat (limited to 'dev-python/scripttest')
| -rw-r--r-- | dev-python/scripttest/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/scripttest/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/scripttest/scripttest-1.3.0.ebuild | 19 |
3 files changed, 32 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">ScriptTest</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> 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 |
