From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/scripttest/Manifest | 2 +- dev-python/scripttest/scripttest-1.3.0-r1.ebuild | 19 +++++++++++++++++++ dev-python/scripttest/scripttest-1.3.0.ebuild | 19 ------------------- 3 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 dev-python/scripttest/scripttest-1.3.0-r1.ebuild delete 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 index 9440fc8eadf0..8fefe7f9557e 100644 --- a/dev-python/scripttest/Manifest +++ b/dev-python/scripttest/Manifest @@ -1,3 +1,3 @@ DIST scripttest-1.3.0.tar.gz 14885 BLAKE2B 1984bb175b49248bd369d2d2ed6f70051113285b6870bce67e0c2203d29b4c5b2735fa96dfef7ee11aa38db74e9beb026bbc946c8549b2810f6b90e896bcae0e SHA512 038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6 -EBUILD scripttest-1.3.0.ebuild 558 BLAKE2B 2ffdff88995029d15ad107b71769391efc9a7ebab51f34d0cd5cb2267878a41831a1800febd00dc5274ffe6089def5f762d4a8c6896cd39ec3690ab154b4cf7f SHA512 17c13e209c329d215229b15c27fe5323f704f8290b07026914b7b47adaa6453e5dfe55645f867b43ad226585d3ad17b1e8ccf555a403d7c858c4007fab0a429a +EBUILD scripttest-1.3.0-r1.ebuild 548 BLAKE2B 068222394d7df386b747dce8874fe4b1928d6f7a08021726edf293192622bc4e5fa550745295adba71ed23625f0f3dde2430fa9eea06843e890a1867a64d624a SHA512 e0acbeebebd9b3f4d42b294c26a64ef00b5eb711caaaa611af739934645538bc846259752ef86ba143c8b6bfd40e9cedfdb96421745b0e71513c8c50c7386026 MISC metadata.xml 313 BLAKE2B 70bc88a2b745b46e0da17a41ef420dd6b0ae2fcb3f444ed6be3d6bcdea63a4b0019790e0dba51b46c3a5d82c93f667f25b116793623604edad4d01841af723f5 SHA512 ae1c2257d3367ea3bdba8e040c0efd98674fe833f7a025c1b554e8cae6e1a41de6867e63c3d792593fa2f4baab158b046d2efaa08d6c8376f8ec749cdc7d4ff9 diff --git a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild new file mode 100644 index 000000000000..78cc074b2dfc --- /dev/null +++ b/dev-python/scripttest/scripttest-1.3.0-r1.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=( 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 ~riscv sparc x86" + +distutils_enable_tests pytest diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild deleted file mode 100644 index 02e7cf81f2cd..000000000000 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ~riscv sparc x86" - -distutils_enable_tests pytest -- cgit v1.2.3