mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
jsbeautifier-1.14.11.ebuild
This commit is contained in:
parent
b0ad23e3cb
commit
65e8257662
4 changed files with 25 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST jsbeautifier-1.14.11.tar.gz 75586 BLAKE2B ce0518b6eb159443323dbb6394063a5ab2d91326ecca7503e4b17626082fba09f1f4713eb101e9f8a3e19a29a2b273840f011b80b0dad4a7dee8ed296338a803 SHA512 d84847ad71af40a08ca47af449eeaaaf1d4b8ad3981f9573b4322e42b0060caba0fbd2632d6686306fcdac64a7e03ad6eaf9ad4461489984aabff3b33331a310
|
||||
DIST jsbeautifier-1.14.6.tar.gz 74554 BLAKE2B fd9761d352add4541d828f3a59f1e857968c8522230c32528fbd8f471e862246d3082649c8f9ee258adf291e0805793e06be3a9b3626ef169b366a3f87b6fd40 SHA512 503bcb5e805dc385a0463127590a00339ec8f6fc4ba6b6c1fc7eb3ff91310fa4bfd8a92112eec7d8c503452de2df2dc105642313ece396120befb84c142161fb
|
||||
DIST jsbeautifier-1.14.7.tar.gz 74564 BLAKE2B cbf08275b3d0e3b5342548c6277d4284448915685a4b2705673789eee1d1e6ed86f66dc2c682c000d3722194947384c8fc7f4fdb15c96d2bff489fc5a2601452 SHA512 bd3c201050db470373fad62bb1f3e78fe42b728d410d9079f3ca12a3f2e8a7aa48f9ca34e8c5449a0abd1ac67e3feece55a51ef52f6328539c5406a40e4bf4df
|
||||
|
|
|
|||
22
dev-python/jsbeautifier/jsbeautifier-1.14.11.ebuild
Normal file
22
dev-python/jsbeautifier/jsbeautifier-1.14.11.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
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-core-py-0.12.2[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue