commit:     a16ec52d396bbe7fe7e6982b1dbe60d092f0ab19
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 17:18:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 17:18:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16ec52d

dev-python/smmap: PEP517

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

 dev-python/smmap/smmap-5.0.0-r1.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/smmap/smmap-5.0.0-r1.ebuild 
b/dev-python/smmap/smmap-5.0.0-r1.ebuild
new file mode 100644
index 000000000000..b1b31f4ce404
--- /dev/null
+++ b/dev-python/smmap/smmap-5.0.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure Python implementation of a sliding window memory map 
manager"
+HOMEPAGE="
+       https://pypi.org/project/smmap/
+       https://github.com/gitpython-developers/smmap/";
+
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+
+distutils_enable_tests unittest

Reply via email to