Skip to content

Commit

Permalink
Add dev-python/slimit-0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jormangeud committed Jul 13, 2016
1 parent dcedfb6 commit 0af14c4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-python/slimit/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DIST slimit-0.8.1.zip 88217 SHA256 f433dcef899f166b207b67d91d3f7344659cb33b8259818f084167244e17720b SHA512 df6be158e257e4fa0acb6c08b7821aae10b4075d889d3be165c80c1e4d387ab016e87f9ac522ff46a5954a758a08dbb2a50fac0fbb1e4f1e9edc8cfebb1161b0 WHIRLPOOL 030054a95626a6e925ff19a233dd929ca46af2e0dd7a8936378e6fd4a4c9734a0830869e3d7146a5f1edc2ee8dae724684ecdbb603e8d525266331572687c99a
EBUILD slimit-0.8.1.ebuild 575 SHA256 386c0a64dbea83d3b6ce04da47032ad619350364552172f650c3b508d5a6c7eb SHA512 c979d868fcd962af50bf1e474079789a6ce9d2ef40a9f8865be294f571b9d450275a45b6cba21a0dc2a8abb5de42623405f7c85231d57af74db8821f6e632764 WHIRLPOOL 0f3df189362206d6e268159b22a91dab7e48cd00aded4cf469bb866255106701b39ee96961900fea3621b9cd56c4a2ee82874b073bc5126120fea3f5b0089df7
19 changes: 19 additions & 0 deletions dev-python/slimit/slimit-0.8.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1

DESCRIPTION="SlimIt is a JavaScript minifier written in Python and provides a library that includes a JavaScript parser, lexer, pretty printer and a tree visitor."
HOMEPAGE="https://github.com/rspivak/${PN} https://pypi.python.org/pypi/${PN}"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

0 comments on commit 0af14c4

Please sign in to comment.