commit:     84b23e93b40cbaa765d30adec733c2101ffab716
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 03:28:40 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 03:35:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b23e93

dev-python/scripttest: Bump to 2.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/scripttest/Manifest              |  1 +
 dev-python/scripttest/scripttest-2.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/scripttest/Manifest b/dev-python/scripttest/Manifest
index 40eddd508040..8d7d0becb22d 100644
--- a/dev-python/scripttest/Manifest
+++ b/dev-python/scripttest/Manifest
@@ -1 +1,2 @@
 DIST scripttest-1.3.0.gh.tar.gz 14885 BLAKE2B 
1984bb175b49248bd369d2d2ed6f70051113285b6870bce67e0c2203d29b4c5b2735fa96dfef7ee11aa38db74e9beb026bbc946c8549b2810f6b90e896bcae0e
 SHA512 
038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6
+DIST scripttest-2.0.gh.tar.gz 14676 BLAKE2B 
12515127e02d2ad8d4a60517571066ed3f381e21d7c64424f436a97d331e1a0d1b7ab7f6898b1a97dc2d379a59184a409b1ad35c472d7bf794953fbd5eeed150
 SHA512 
c3a2ccb1856c11a377287829683e63f3c8b4653ee778596a606195712bb8c01dcfb6e98408ac1012bfb3d0b45853f3076301f6a42e1f03bebf1df8a06e9d15f9

diff --git a/dev-python/scripttest/scripttest-2.0.ebuild 
b/dev-python/scripttest/scripttest-2.0.ebuild
new file mode 100644
index 000000000000..ff3cb4142ed0
--- /dev/null
+++ b/dev-python/scripttest/scripttest-2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="A very small text templating language"
+HOMEPAGE="
+       https://pypi.org/project/scripttest/
+       https://github.com/pypa/scripttest/
+"
+SRC_URI="
+       https://github.com/pypa/scripttest/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest

Reply via email to