summaryrefslogtreecommitdiff
path: root/dev-python/scripttest
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-13 12:34:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-13 12:34:57 +0000
commit4f6f4506e42746db60e51b5bd9c5d0374a0d960a (patch)
tree6f5d7d809dc70a616f8bdf53a92372da0b793fba /dev-python/scripttest
parent7263d43ce48ff7252ed6c08063f1601ddc340ae0 (diff)
downloadbaldeagleos-repo-4f6f4506e42746db60e51b5bd9c5d0374a0d960a.tar.gz
baldeagleos-repo-4f6f4506e42746db60e51b5bd9c5d0374a0d960a.tar.xz
baldeagleos-repo-4f6f4506e42746db60e51b5bd9c5d0374a0d960a.zip
Adding metadata
Diffstat (limited to 'dev-python/scripttest')
-rw-r--r--dev-python/scripttest/scripttest-1.3.0-r1.ebuild19
-rw-r--r--dev-python/scripttest/scripttest-1.3.0-r2.ebuild2
2 files changed, 1 insertions, 20 deletions
diff --git a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild
deleted file mode 100644
index 2461483da2a9..000000000000
--- a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
diff --git a/dev-python/scripttest/scripttest-1.3.0-r2.ebuild b/dev-python/scripttest/scripttest-1.3.0-r2.ebuild
index 4aa8cdc2b88f..fb573d0ae241 100644
--- a/dev-python/scripttest/scripttest-1.3.0-r2.ebuild
+++ b/dev-python/scripttest/scripttest-1.3.0-r2.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
distutils_enable_tests pytest