mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
jsbeautifier-1.13.0.ebuild
This commit is contained in:
parent
f59abf526f
commit
74d8730e83
4 changed files with 26 additions and 5 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
@ -16,10 +17,10 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="PSF-2.4"
|
LICENSE="PSF-2.4"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
DEPEND=""
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_P}
|
S=${WORKDIR}/${MY_P}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
DIST jsbeautifier-1.11.0.tar.gz 69799 BLAKE2B a24fe2d43a836c71ec19342013cd6e33977a671813410488fd4af2112e697f2d7b505481827dd585dd6101265c0699d278cd7d5d8867460d4ceadcdeca0d6dae SHA512 1321493314f091b3b6d8d128de0f5931dbc35b447ea59665044262e99098b9766d7e1a7fa2725423fdfe13be88cc25858b40e8a88a4e3d9bb5426a8ba617156c
|
DIST jsbeautifier-1.11.0.tar.gz 69799 BLAKE2B a24fe2d43a836c71ec19342013cd6e33977a671813410488fd4af2112e697f2d7b505481827dd585dd6101265c0699d278cd7d5d8867460d4ceadcdeca0d6dae SHA512 1321493314f091b3b6d8d128de0f5931dbc35b447ea59665044262e99098b9766d7e1a7fa2725423fdfe13be88cc25858b40e8a88a4e3d9bb5426a8ba617156c
|
||||||
|
DIST jsbeautifier-1.13.0.tar.gz 72016 BLAKE2B 061321a5eea0aafd355c4e3ea4227b385b38e9726d1ed80f81dcac4a1f4d6cd15c077cdda51c279ac8cf72976cc1e4dad3834c89d25c8067d1e449ba76bd42ab SHA512 2ae74b8579cedab0d7d1954e91f1a89228eed8dd0f568a52978fdc57ff4369eb69054f5ec207ccd0e687404371d47d71a9a816253021687c3abb5484f8392b9a
|
||||||
|
|
|
||||||
22
dev-python/jsbeautifier/jsbeautifier-1.13.0.ebuild
Normal file
22
dev-python/jsbeautifier/jsbeautifier-1.13.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Beautify, unpack or deobfuscate JavaScript"
|
||||||
|
HOMEPAGE="https://pypi.python.org/pypi/jsbeautifier"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=">=dev-python/six-1.13.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/editorconfig-0.12.2[${PYTHON_USEDEP}]"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
@ -57,8 +57,6 @@ dev-python/neobolt
|
||||||
dev-python/neotime
|
dev-python/neotime
|
||||||
dev-python/pywerview
|
dev-python/pywerview
|
||||||
|
|
||||||
dev-python/jsbeautifier
|
|
||||||
|
|
||||||
############ Gentoo unstable ======================
|
############ Gentoo unstable ======================
|
||||||
=dev-python/pycryptodomex-3.9*
|
=dev-python/pycryptodomex-3.9*
|
||||||
~dev-python/ldap3-2.7
|
~dev-python/ldap3-2.7
|
||||||
|
|
@ -106,7 +104,6 @@ dev-python/pyasn1
|
||||||
~dev-python/construct-2.8.10
|
~dev-python/construct-2.8.10
|
||||||
~dev-python/cryptography-2.9
|
~dev-python/cryptography-2.9
|
||||||
~dev-python/dataclasses-0.7
|
~dev-python/dataclasses-0.7
|
||||||
~dev-python/editorconfig-0.12.1
|
|
||||||
=dev-python/h11-0.10*
|
=dev-python/h11-0.10*
|
||||||
~dev-python/html2text-2016.5.29
|
~dev-python/html2text-2016.5.29
|
||||||
~dev-python/hyper-h2-3.0.1
|
~dev-python/hyper-h2-3.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue