python3-rjsmin: initial commit, version 1.2.1

This commit is contained in:
Tim Biermann 2024-02-20 21:40:50 +01:00
parent 896b6d0747
commit 0031c51a9e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 37 additions and 0 deletions

14
python3-rjsmin/.footprint Normal file
View File

@ -0,0 +1,14 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/rjsmin.cpython-310.pyc
-rwxr-xr-x root/root usr/lib/python3.10/site-packages/_rjsmin.cpython-310-x86_64-linux-gnu.so
drwxr-xr-x root/root usr/lib/python3.10/site-packages/rjsmin-1.2.1-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/rjsmin-1.2.1-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/rjsmin-1.2.1-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/rjsmin-1.2.1-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/rjsmin-1.2.1-py3.10.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.10/site-packages/rjsmin-1.2.1-py3.10.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/rjsmin.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33MsN55XcXn/Y9qZW3B8PuHgWSaW05nzAjkWyf0wQyVvjtQodgKBp7+04QHJdc39QWdqYv/3vZOIzBqG/xQpDwA=
SHA256 (Pkgfile) = 182e937726b92baf3f29882b62679baf0f6a0d88d171c84f769b480de4a70351
SHA256 (.footprint) = eeb5873a0426ecb6aebfd0f1f3de02e90df13296addbbfbd5c260b61e2c13813
SHA256 (rjsmin-1.2.1.tar.gz) = 1f982be8e011438777a94307279b40134a3935fc0f079312ee299725b8af5411

18
python3-rjsmin/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Javascript Minifier
# URL: http://opensource.perlig.de/rjsmin/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on:
name=python3-rjsmin
version=1.2.1
release=1
source=(https://pypi.org/packages/source/r/rjsmin/rjsmin-$version.tar.gz)
build() {
cd rjsmin-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
}