dev-python: remove js2py & pyjsparser - moved to ::gentoo

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2021-02-24 12:18:07 +01:00
parent 43b25ff7bb
commit fc74a56014
6 changed files with 0 additions and 75 deletions

View File

@@ -1 +0,0 @@
DIST Js2Py-0.70.tar.gz 562038 BLAKE2B 4d6fe0d6b756a7c007e8995184e687c7e8dd7d7efd9e2da2eeb707a7f7289827eb4ed76b1394a2394666c17da9550e2f88abfbccac47f671284a9d5dbf90f556 SHA512 49ac5bda8718c11a2607992659f0f3ccbf27cd6194878ca5f65184eaee1ad795f91136b870310a0f0fe6fae7d4e9a33c268e0ca811566ac522e37026c7ebe876

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_PN="Js2Py"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="JavaScript to Python Translator & JavaScript interpreter written in Python"
HOMEPAGE="
https://github.com/PiotrDabkowski/Js2Py
https://pypi.org/project/Js2Py/
"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/pyjsparser-2.5.1[${PYTHON_USEDEP}]
>=dev-python/tzlocal-1.2.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
"
S="${WORKDIR}/${MY_P}"

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">PiotrDabkowski/Js2Py</remote-id>
<remote-id type="pypi">Js2Py</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST pyjsparser-2.7.1.tar.gz 24196 BLAKE2B 804ff688d48bd4c53472c244b7314eee622f1342535fba38dbac8e135280d7baeae049500b6603253425c0e1b1af2f847681f74e2e46f1c719fc1ca2eea67b21 SHA512 811faf1d1fcae363417931e095bf108b27ec8762a12048b658215ecdecc1fd1bbb183f2ec35199ce67e7837aeda6ccf27b6f4bbd62b19fe6a5c9ba6fa7615031

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">PiotrDabkowski/pyjsparser</remote-id>
<remote-id type="pypi">pyjsparser</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
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"