summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2018-11-11 18:56:10 +0700
committerAndrey Grozin <grozin@gentoo.org>2018-11-11 18:56:10 +0700
commit7eb0de9e0ee092bc11734498990e89a973bc31e0 (patch)
tree9e20495d99c7d374ae76835a74d019bf4292b08a /dev-python/pycson/pycson-0.7.ebuild
parentdev-python/speg: initial import (diff)
downloadgentoo-7eb0de9e0ee092bc11734498990e89a973bc31e0.tar.gz
gentoo-7eb0de9e0ee092bc11734498990e89a973bc31e0.tar.bz2
gentoo-7eb0de9e0ee092bc11734498990e89a973bc31e0.zip
dev-python/pycson: initial import
Signed-off-by: Andrey Grozin <grozin@gentoo.org> Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/pycson/pycson-0.7.ebuild')
-rw-r--r--dev-python/pycson/pycson-0.7.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pycson/pycson-0.7.ebuild b/dev-python/pycson/pycson-0.7.ebuild
new file mode 100644
index 000000000000..9c5fe89fb5e7
--- /dev/null
+++ b/dev-python/pycson/pycson-0.7.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1
+DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)"
+HOMEPAGE="https://github.com/avakar/pycson/"
+SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/speg"