summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-17 10:15:37 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-17 10:21:40 +0100
commit10d10e2eba4526737b328358c968dd3684b35b73 (patch)
tree60ad531da878d1fefd1e01c8457ff82b28a7af07 /dev-python/jsmin
parentdev-python/importlib_metadata: Bump to 4.10.1 (diff)
downloadgentoo-10d10e2eba4526737b328358c968dd3684b35b73.tar.gz
gentoo-10d10e2eba4526737b328358c968dd3684b35b73.tar.bz2
gentoo-10d10e2eba4526737b328358c968dd3684b35b73.zip
dev-python/jsmin: Bump to 3.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsmin')
-rw-r--r--dev-python/jsmin/Manifest1
-rw-r--r--dev-python/jsmin/jsmin-3.0.1.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/jsmin/Manifest b/dev-python/jsmin/Manifest
index af1afdf8544b..95348704b732 100644
--- a/dev-python/jsmin/Manifest
+++ b/dev-python/jsmin/Manifest
@@ -1 +1,2 @@
DIST jsmin-3.0.0.tar.gz 11519 BLAKE2B 192a3c8e325e9c3f56b39be983272a7f5d0c6e241bfff41ce3b064cfb60541d150041ee58e7c033b0afb56252573c3a6f10ff6e74658a9e7647e06672308c86f SHA512 46c42d1306fbda1d37324b514650e1ede50db40219dcb54b9b845bc91c23eeb865b2fcfec70cb44ade61439d1c4f96d35bfb15279ec25e0e39ab6023ef58c4cf
+DIST jsmin-3.0.1.tar.gz 13925 BLAKE2B bfce2368f622cfcc34e716f09638850c773d2381c539fb72a2aaf45830bb7eaf152dd7111f36815b0a067778f617fcec434ac19d7c5278bc963d94ea9d195285 SHA512 f65ead107ffcda67bbea1aea2070d1012139043cd1094d95c0393b1370e2e11a6c6e09af2f3af6f32ab0acc35fd702431954175d930a1898a142808fc3d57b71
diff --git a/dev-python/jsmin/jsmin-3.0.1.ebuild b/dev-python/jsmin/jsmin-3.0.1.ebuild
new file mode 100644
index 000000000000..efcda97a8583
--- /dev/null
+++ b/dev-python/jsmin/jsmin-3.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="JavaScript minifier"
+HOMEPAGE="https://pypi.org/project/jsmin/ https://github.com/tikitu/jsmin/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~riscv ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+distutils_enable_tests unittest