diff --git a/dev-python/pyjsparser/Manifest b/dev-python/pyjsparser/Manifest new file mode 100644 index 0000000000..3e61859c06 --- /dev/null +++ b/dev-python/pyjsparser/Manifest @@ -0,0 +1 @@ +DIST pyjsparser-2.7.1.tar.gz 24196 BLAKE2B 804ff688d48bd4c53472c244b7314eee622f1342535fba38dbac8e135280d7baeae049500b6603253425c0e1b1af2f847681f74e2e46f1c719fc1ca2eea67b21 SHA512 811faf1d1fcae363417931e095bf108b27ec8762a12048b658215ecdecc1fd1bbb183f2ec35199ce67e7837aeda6ccf27b6f4bbd62b19fe6a5c9ba6fa7615031 diff --git a/dev-python/pyjsparser/metadata.xml b/dev-python/pyjsparser/metadata.xml new file mode 100644 index 0000000000..1e9310cf4c --- /dev/null +++ b/dev-python/pyjsparser/metadata.xml @@ -0,0 +1,12 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + PiotrDabkowski/pyjsparser + pyjsparser + + 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 0000000000..c845783c11 --- /dev/null +++ b/dev-python/pyjsparser/pyjsparser-2.7.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Fast javascript parser based on esprima.js" +HOMEPAGE=" + https://github.com/PiotrDabkowski/pyjsparser + https://pypi.org/project/pyjsparser/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"