dev-python/pyjsparser - 2.7.1 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/pyjsparser-2.7.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pyjsparser-2.7.1

Or alternatively:

emerge --autounmask-write -a =dev-python/pyjsparser-2.7.1

Package Information

Description:
Fast javascript parser (based on esprima.js)
Homepage:
https://pypi.org/project/pyjsparser/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.7.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
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}]"

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
pypi

Dependencies

DEPEND

	dev-python/setuptools[]

Manifest for 2.7.1

Type File Size Source URLs
DIST pyjsparser-2.7.1.tar.gz 24196 bytes mirror://pypi/p/pyjsparser/pyjsparser-2.7.1.tar.gz