From ea8ee7beb9d159ff07d62d43d8b4afab0201b2a8 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 23 Apr 2019 00:58:38 +0800 Subject: [PATCH] pyjsparser: 2.7.1 bump --- dev-python/pyjsparser/Manifest | 1 + dev-python/pyjsparser/pyjsparser-2.7.1.ebuild | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/pyjsparser/pyjsparser-2.7.1.ebuild diff --git a/dev-python/pyjsparser/Manifest b/dev-python/pyjsparser/Manifest index ea2271141..429cbff87 100644 --- a/dev-python/pyjsparser/Manifest +++ b/dev-python/pyjsparser/Manifest @@ -1 +1,2 @@ DIST pyjsparser-2.5.2.tar.gz 24039 BLAKE2B 7cd1e70ea7f6e7a59bb785074a7c6bc11c73baa60923fc740c6572d749313207af05b530df5b322fe9d3003ede2b86ec14b578b5efaaedf97a0cc5a21182f4d4 SHA512 53784a0a78431f286dfb781111372a68e3812227c2a25464c8dd2f68a47d864684448731bcf0c6cb95e0f1e73c75bf3f6f573aa455376034b882447df2852f57 +DIST pyjsparser-2.7.1.tar.gz 24196 BLAKE2B 804ff688d48bd4c53472c244b7314eee622f1342535fba38dbac8e135280d7baeae049500b6603253425c0e1b1af2f847681f74e2e46f1c719fc1ca2eea67b21 SHA512 811faf1d1fcae363417931e095bf108b27ec8762a12048b658215ecdecc1fd1bbb183f2ec35199ce67e7837aeda6ccf27b6f4bbd62b19fe6a5c9ba6fa7615031 diff --git a/dev-python/pyjsparser/pyjsparser-2.7.1.ebuild b/dev-python/pyjsparser/pyjsparser-2.7.1.ebuild new file mode 100644 index 000000000..fbbe56268 --- /dev/null +++ b/dev-python/pyjsparser/pyjsparser-2.7.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Fast javascript parser (based on esprima.js)" +HOMEPAGE="https://pypi.org/project/pyjsparser/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"