mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
jsbeautifier: 1.9.1 bump
This commit is contained in:
parent
ecdd9e4fac
commit
a264f15801
4 changed files with 1 additions and 47 deletions
|
|
@ -1,4 +1,2 @@
|
|||
DIST jsbeautifier-1.6.14.tar.gz 55566 BLAKE2B fd296e9df9423ce18c5e49b11a51135392f645f1bf1b8fc0498565201f193611f1f5f40843b76afdce0bd32933ee5a3d2d4b2c3d8d24d67f20c419b84621cd21 SHA512 a0f7c536f8756a9083c7a8fea8f4d5c566efe7df70112a47494384a6d2b46aa1b987ffe8edbe1848c4b3591d66275891debbf53fbaf71045c7e415fe524416b5
|
||||
DIST jsbeautifier-1.7.5.tar.gz 57125 BLAKE2B bcb2188710c9e96b0c1a497f7904b9fbb00e58365c71f5a308cf4c3d7e6c59497e0bb99f98940dd7ee3fc43a850ba6c67c7ff555291a6fd34055e2b9cd8f2ef6 SHA512 c3ef194af23a3d2bbc5aa97cabfe0173988ff18e8bd85b37568c0c38debdb10e7591bf66a413a1a87a1710ebaa8405498ffcde76b4185663e4abb2e234e52d1e
|
||||
DIST jsbeautifier-1.8.9.tar.gz 64780 BLAKE2B 79ac38602862ca6975df89a020f0ed95d7529801ef8b0ba40ee253bfcde4b1314f4dd8c90d8f2400d3e70c2d8654dd1c8e47dfa56e2fa29563efedcac594d84b SHA512 cbc0942ae6465bde74f50b3649e5f46adbb4dae5b454e77eaa239b02d0b1c5f4c56303d6beb5417559080ed9c6d8247398635c2d96b1f2b764a0f7abd2e2cbdc
|
||||
DIST jsbeautifier-1.9.0.tar.gz 68018 BLAKE2B c2de7ef046c231edb469f36be429728a35242bc43b8d2ec52ad1725fa76ce04eade52de3b3c74f94f11fe483055352487c4435fa4586dbf6bcbce7d7e8a06d13 SHA512 3d4bf32bb0e4ad631ab8aa2d5ab136fd545fb25359487c0c4139fa7862b1fe77922674d5b7dcccdcaf73216ab7add9f4cde7013eb4b537652c62f44fca484562
|
||||
DIST jsbeautifier-1.9.1.tar.gz 68266 BLAKE2B 525a8687b990ee647a54b8522a2a3ffefb33abbccd5abe75c8e50f835364f3ee31d977e286353ffee7b04442d3e8255d31407c094278a692a6ee6be028a64a03 SHA512 74237f6c07dd7693ff68b56f1c0cac21d574e8efdabb6bd91db9e9a36d1b055ad0536504fbae7196ab49d55301e8c2cff431ea2bcfec04d37e910e410013293b
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
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 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=" >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/editorconfig-0.12.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
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 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/editorconfig-0.12.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue