diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-04-03 19:12:54 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-04-03 19:12:54 -0600 |
commit | 6842c73edbf9c488fdc0e746202c4fdd9f485539 (patch) | |
tree | d9fa6ba341fc1eeb61b5de804b40464fd04a48bd /python3-smartypants | |
download | crux-ports-web-6842c73edbf9c488fdc0e746202c4fdd9f485539.tar.gz crux-ports-web-6842c73edbf9c488fdc0e746202c4fdd9f485539.tar.xz |
Initial commit of all dependencies for latest epiphany
This includes gi-docgen, python3 markdown, smartypants, and typogrify,
and webkitgtk API 6.0 from unstable release 2.41.1.
This repo will exist to more easily release the absolute latest of
Epiphany, WebKit, and relevant dependencies not already present in the
stock repos for Crux.
Diffstat (limited to 'python3-smartypants')
-rw-r--r-- | python3-smartypants/.footprint | 15 | ||||
-rw-r--r-- | python3-smartypants/.md5sum | 1 | ||||
-rw-r--r-- | python3-smartypants/.signature | 5 | ||||
-rw-r--r-- | python3-smartypants/Pkgfile | 14 |
4 files changed, 35 insertions, 0 deletions
diff --git a/python3-smartypants/.footprint b/python3-smartypants/.footprint new file mode 100644 index 0000000..05418e9 --- /dev/null +++ b/python3-smartypants/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/smartypants +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__/smartypants.cpython-310.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/smartypants.cpython-310.pyc +drwxr-xr-x root/root usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/smartypants-2.0.1-py3.10.egg-info/top_level.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/smartypants.py diff --git a/python3-smartypants/.md5sum b/python3-smartypants/.md5sum new file mode 100644 index 0000000..89625c4 --- /dev/null +++ b/python3-smartypants/.md5sum @@ -0,0 +1 @@ +27957540f4718e892039b2ed208c78f3 v2.0.1.tar.gz diff --git a/python3-smartypants/.signature b/python3-smartypants/.signature new file mode 100644 index 0000000..c3c53e9 --- /dev/null +++ b/python3-smartypants/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/nullspoon-webkit.pub +RWQWGh6g2RuV7pX5jLji4/Q8Y7Mv33RwSSABrASXY7UwWh18fjOxCPXNJOA0wSgNJluwlSa+Yux79gw3byyoMW3FszKd3X646gw= +SHA256 (Pkgfile) = 8b793a36e4f11b16a3cfde495831718c77de341abe178d9dd7e47d631ca3576e +SHA256 (.footprint) = b992b9061503c65ae1ed00a4a75ad443a44f0344e3861a14cad91174702abcec +SHA256 (v2.0.1.tar.gz) = b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773 diff --git a/python3-smartypants/Pkgfile b/python3-smartypants/Pkgfile new file mode 100644 index 0000000..8dafec8 --- /dev/null +++ b/python3-smartypants/Pkgfile @@ -0,0 +1,14 @@ +# Description: Python with the SmartyPants +# URL: https://github.com/leohemsted/smartypants.py +# Maintainer: Aaron Ball, nullspoon at oper dot io +# Depends on: python3 + +name=python3-smartypants +version=2.0.1 +release=1 +source=("https://github.com/leohemsted/smartypants.py/archive/refs/tags/v${version}.tar.gz") + +build() { + cd "smartypants.py-${version}" + python3 setup.py install --root="${PKG}" --optimize=1 +} |