mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
jsbeautifier: 1.8.8 bump
This commit is contained in:
parent
2c8424e195
commit
ea3cb53167
2 changed files with 23 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
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.8.tar.gz 63677 BLAKE2B 76e0f3de181ee1c9f54f8b69b999c3b2282355f9ed3535dcb6f64f31f60e32e1567b52f42994cd9e2359a10608f687d0c3437386c8d059440da2aae86cc7e155 SHA512 9e05f718ce90078836b1608639a1e25d890361d1c180852f33c7a0ad7baf0889cfd4660c4dbaf9e1e1dd62309d00ff31bcd7b99f5a432e3e0b4673a758e8f337
|
||||
|
|
|
|||
22
dev-python/jsbeautifier/jsbeautifier-1.8.8.ebuild
Normal file
22
dev-python/jsbeautifier/jsbeautifier-1.8.8.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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