2020-05-03 15:07:03 UTC

This commit is contained in:
Repository mirror & CI
2020-05-03 15:07:03 +00:00
parent e433c48276
commit 77f40e1786
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
BDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Fast javascript parser based on esprima.js
EAPI=7
HOMEPAGE=https://github.com/PiotrDabkowski/pyjsparser https://pypi.org/project/pyjsparser/
IUSE=python_targets_python3_6 python_targets_python3_7
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
SLOT=0
SRC_URI=mirror://pypi/p/pyjsparser/pyjsparser-2.7.1.tar.gz
_eclasses_=distutils-r1 054fa5f0442c7ccb4d4a05410d92123b multibuild 40fe59465edacd730c644ec2bc197809 multilib 318e8ae683e57fd3ccd0d31a769d8ee8 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 dd532a387632f19bfc5523fc2289a9a0 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=38dda802ecc45857cc2496a42cfd90f3

View File

@@ -105,6 +105,7 @@ dev-python/pure-protobuf 2.0.0: A more Pythonic version of doxypy, a Doxygen fil
dev-python/pydantic 1.5.1: Data parsing and validation using Python type hints
dev-python/pydbus 0.6.0: Pythonic DBus library
dev-python/pygaljs 1.0.0 1.0.1 1.0.2: Python package providing assets from https://github.com/Kozea/pygal.js
dev-python/pyjsparser 2.7.1: Fast javascript parser based on esprima.js
dev-python/pykeepass 3.2.0: Python library to interact with keepass databases (supports KDBX3 and KDBX4)
dev-python/pymdown-extensions 7.0.0: Extensions for Python Markdown.
dev-python/pymdown-lexers 0_pre20180905: Additional lexers for use in Pygments

View File

@@ -1 +1 @@
Sun, 03 May 2020 12:50:26 +0000
Sun, 03 May 2020 15:07:03 +0000