commit:     08c2fa01a013a4cc2d50524df6179a449833b97c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 05:23:51 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 05:23:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c2fa01

dev-python/incremental: add 22.10.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/incremental/Manifest                   |  1 +
 dev-python/incremental/incremental-22.10.0.ebuild | 30 +++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index efe413f47179..7f351eacd69d 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1 +1,2 @@
 DIST incremental-21.3.0.tar.gz 17058 BLAKE2B 
a6c49d15eb73abbab129e675d937e795a47aca10f74a8d5fc80ebf6575ca996cc7dc16aac9ca02c7a206cf8f59b239f3fc04fc00b28827d0a3c76a88189dabf7
 SHA512 
b8b50151cd2467e552d9268decadbb839b047cf58a450b72e0437ffc5f9af7d78c20a24193c0668cf48dd6264b852d9cee68e59529018e0ca07825e0c185d1e8
+DIST incremental-22.10.0.tar.gz 18305 BLAKE2B 
8e3f19e1825c608d72259729674da2dfa5005a64fb336d3c2144f20fdfd40e84ce1988cb6e00c2c86412e48f71bf2c5bd0d4f226cb49b1ff8e799065dd9fda42
 SHA512 
23a7572db731d1dd9871d309a02f8a29a92b7f1d897e64a2fe053575e7b486ec87e54d5ae9658eb1a82f90ba36b1b1694b58a991d841553f6cb98983725a49c3

diff --git a/dev-python/incremental/incremental-22.10.0.ebuild 
b/dev-python/incremental/incremental-22.10.0.ebuild
new file mode 100644
index 000000000000..f21ea148b437
--- /dev/null
+++ b/dev-python/incremental/incremental-22.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       dev-python/click[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+       test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
+
+python_test() {
+       "${EPYTHON}" -m twisted.trial incremental ||
+               die "Tests failed on ${EPYTHON}"
+}

Reply via email to