summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-12-11 21:53:56 +0200
committerMichał Górny <mgorny@gentoo.org>2021-12-12 00:24:43 +0100
commit1ad85b87a82bbf9fec3e03d371191a923483f4be (patch)
tree8394a929e28158594f7b36295234e638d5ce0934 /dev-python/etuples
parentdev-python/cons: new dep of dev-python/etuples, add 0.4.4 (diff)
downloadgentoo-1ad85b87a82bbf9fec3e03d371191a923483f4be.tar.gz
gentoo-1ad85b87a82bbf9fec3e03d371191a923483f4be.tar.bz2
gentoo-1ad85b87a82bbf9fec3e03d371191a923483f4be.zip
dev-python/etuples: new dep of dev-python/minikanren, add 0.3.3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/etuples')
-rw-r--r--dev-python/etuples/Manifest1
-rw-r--r--dev-python/etuples/etuples-0.3.3.ebuild28
-rw-r--r--dev-python/etuples/metadata.xml13
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/etuples/Manifest b/dev-python/etuples/Manifest
new file mode 100644
index 000000000000..03f2de739e16
--- /dev/null
+++ b/dev-python/etuples/Manifest
@@ -0,0 +1 @@
+DIST etuples-0.3.3.gh.tar.gz 42081 BLAKE2B 524ec65a691a7b27f4ccc4d625093a92cd11c9835d3e38498bf89da8690a0bdba5752b3dcdb1e3e9326980920c50f51bc336e7592cbf2561c1ce15346c561cd5 SHA512 cfd2c88f46326783d6b132c605eb3498e383509f45ea8c720148bca7c7fb462e0bf1630da901a362f38cabb0912354a875b99f84beb43b5443333f4bafea5690
diff --git a/dev-python/etuples/etuples-0.3.3.ebuild b/dev-python/etuples/etuples-0.3.3.ebuild
new file mode 100644
index 000000000000..bd5ccca5f7b3
--- /dev/null
+++ b/dev-python/etuples/etuples-0.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python S-expression emulation using tuple-like objects"
+HOMEPAGE="
+ https://pypi.org/project/etuples/
+ https://github.com/pythological/etuples/
+"
+SRC_URI="
+ https://github.com/pythological/etuples/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/cons[${PYTHON_USEDEP}]
+ dev-python/multipledispatch[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/etuples/metadata.xml b/dev-python/etuples/metadata.xml
new file mode 100644
index 000000000000..9b40781e13fe
--- /dev/null
+++ b/dev-python/etuples/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">etuples</remote-id>
+ <remote-id type="github">pythological/etuples</remote-id>
+ </upstream>
+</pkgmetadata>