mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
Merge updates from master
This commit is contained in:
1
dev-python/pyjsparser/Manifest
Normal file
1
dev-python/pyjsparser/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST pyjsparser-2.7.1.tar.gz 24196 BLAKE2B 804ff688d48bd4c53472c244b7314eee622f1342535fba38dbac8e135280d7baeae049500b6603253425c0e1b1af2f847681f74e2e46f1c719fc1ca2eea67b21 SHA512 811faf1d1fcae363417931e095bf108b27ec8762a12048b658215ecdecc1fd1bbb183f2ec35199ce67e7837aeda6ccf27b6f4bbd62b19fe6a5c9ba6fa7615031
|
||||||
12
dev-python/pyjsparser/metadata.xml
Normal file
12
dev-python/pyjsparser/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?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>
|
||||||
19
dev-python/pyjsparser/pyjsparser-2.7.1.ebuild
Normal file
19
dev-python/pyjsparser/pyjsparser-2.7.1.ebuild
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user