summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-27 06:35:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-27 08:21:17 +0100
commit21c9fce775f87da09e7dafa0220cb86861abc265 (patch)
tree2841e90524994bb7f23f27080e778dab94c6889c /dev-python/serpent/serpent-1.30.ebuild
parentdev-python/parso: Bump to 0.6.0 (diff)
downloadgentoo-21c9fce775f87da09e7dafa0220cb86861abc265.tar.gz
gentoo-21c9fce775f87da09e7dafa0220cb86861abc265.tar.bz2
gentoo-21c9fce775f87da09e7dafa0220cb86861abc265.zip
dev-python/serpent: Bump to 1.30
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/serpent/serpent-1.30.ebuild')
-rw-r--r--dev-python/serpent/serpent-1.30.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/serpent/serpent-1.30.ebuild b/dev-python/serpent/serpent-1.30.ebuild
new file mode 100644
index 000000000000..7c02d82fdea2
--- /dev/null
+++ b/dev-python/serpent/serpent-1.30.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple serialization library based on ast.literal_eval"
+HOMEPAGE="https://pypi.org/project/serpent/ https://github.com/irmen/Serpent"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+distutils_enable_tests setup.py