summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-07-11 12:22:44 +0200
committerErich Eckner <git@eckner.net>2021-07-11 12:22:44 +0200
commited27b1062d0fd846ac0b941681179151dff41c7f (patch)
tree345c9c1df350d7fb4168c26bd97837bb83260657
parente82911fb23cf573648012703644f68e5488addcc (diff)
downloadcrux-ports-ed27b1062d0fd846ac0b941681179151dff41c7f.tar.xz
python3-patch-ng new
-rw-r--r--manualPorts/python3-patch-ng/.footprint13
-rw-r--r--manualPorts/python3-patch-ng/.md5sum1
-rw-r--r--manualPorts/python3-patch-ng/.signature5
-rw-r--r--manualPorts/python3-patch-ng/Pkgfile16
4 files changed, 35 insertions, 0 deletions
diff --git a/manualPorts/python3-patch-ng/.footprint b/manualPorts/python3-patch-ng/.footprint
new file mode 100644
index 0000000..aa4039a
--- /dev/null
+++ b/manualPorts/python3-patch-ng/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python3.9/
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/__pycache__/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/patch_ng.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/__pycache__/patch_ng.cpython-39.pyc
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/patch_ng-1.17.4-py3.9.egg-info/
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/patch_ng-1.17.4-py3.9.egg-info/PKG-INFO
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/patch_ng-1.17.4-py3.9.egg-info/SOURCES.txt
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/patch_ng-1.17.4-py3.9.egg-info/dependency_links.txt
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/patch_ng-1.17.4-py3.9.egg-info/top_level.txt
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/patch_ng.py
diff --git a/manualPorts/python3-patch-ng/.md5sum b/manualPorts/python3-patch-ng/.md5sum
new file mode 100644
index 0000000..e53adb3
--- /dev/null
+++ b/manualPorts/python3-patch-ng/.md5sum
@@ -0,0 +1 @@
+6e9371b9e6531ccdfb43e7ad883b3ff5 patch-ng-1.17.4.tar.gz
diff --git a/manualPorts/python3-patch-ng/.signature b/manualPorts/python3-patch-ng/.signature
new file mode 100644
index 0000000..0240168
--- /dev/null
+++ b/manualPorts/python3-patch-ng/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/deepthought.pub
+RWQxCptPusLGGlwejJtPf+E/x+e8oC3CD2/NbDhgze4q8hBtoXJKGUXw2HCZXfC7AVcH5XblghKovc1x0nWDEZlohsVF0tMUdA4=
+SHA256 (Pkgfile) = 0c8d8c1f511d3206759b949d8e7ed8365e9f3bafa04640d11048598973eb3c7d
+SHA256 (.footprint) = d6802484171757fa92424e6c58d4c75796840bee75294ae0214e2aaaf526ea14
+SHA256 (patch-ng-1.17.4.tar.gz) = 627abc5bd723c8b481e96849b9734b10065426224d4d22cd44137004ac0d4ace
diff --git a/manualPorts/python3-patch-ng/Pkgfile b/manualPorts/python3-patch-ng/Pkgfile
new file mode 100644
index 0000000..87e5182
--- /dev/null
+++ b/manualPorts/python3-patch-ng/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Library to parse and apply unified diffs forked from python-patch
+# URL: https://github.com/conan-io/python-patch/
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: python3-setuptools
+
+name=python3-patch-ng
+_name=${name#*-}
+version=1.17.4
+release=1
+source=("https://pypi.io/packages/source/${_name::1}/$_name/$_name-$version.tar.gz")
+
+build() {
+ cd ${_name}-${version}
+ python3 setup.py build
+ python3 setup.py install --optimize=1 --root=${PKG}
+}