pyjsparser: 2.7.1 bump

This commit is contained in:
blshkv 2019-04-23 00:58:38 +08:00
parent 7a621a07b9
commit ea8ee7beb9
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -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}]"