python3-pefile: new port

This commit is contained in:
Luis
2023-06-08 14:10:42 +00:00
parent 3b3606e809
commit 8cefefc418
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1 @@
85cff0c13fcc79a502d057df7c6fb122 python3-pefile-2023.2.7.tar.gz

View File

@@ -0,0 +1,33 @@
python3-pefile-2023.2.7-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.11/
drwxr-xr-x root/root usr/lib/python3.11/site-packages/
drwxr-xr-x root/root usr/lib/python3.11/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/__pycache__/pefile.cpython-311.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/__pycache__/pefile.cpython-311.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/__pycache__/peutils.cpython-311.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/__pycache__/peutils.cpython-311.pyc
drwxr-xr-x root/root usr/lib/python3.11/site-packages/ordlookup/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__init__.py
drwxr-xr-x root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/__init__.cpython-311.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/__init__.cpython-311.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/oleaut32.cpython-311.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/oleaut32.cpython-311.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/ws2_32.cpython-311.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/__pycache__/ws2_32.cpython-311.pyc
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/oleaut32.py
-rw-r--r-- root/root usr/lib/python3.11/site-packages/ordlookup/ws2_32.py
drwxr-xr-x root/root usr/lib/python3.11/site-packages/pefile-2023.2.7.dist-info/
-rw-r--r-- root/root usr/lib/python3.11/site-packages/pefile-2023.2.7.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.11/site-packages/pefile-2023.2.7.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.11/site-packages/pefile-2023.2.7.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.11/site-packages/pefile-2023.2.7.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.11/site-packages/pefile-2023.2.7.dist-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.11/site-packages/pefile.py
-rw-r--r-- root/root usr/lib/python3.11/site-packages/peutils.py
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/licenses/
drwxr-xr-x root/root usr/share/licenses/-pfile/
-rw-r--r-- root/root usr/share/licenses/-pfile/LICENSE

15
main/python3-pefile/spkgbuild Executable file
View File

@@ -0,0 +1,15 @@
# description : Python PE parsing module
# homepage : https://github.com/erocarrera/pefile
# depends : python3-installer python3-wheel
name=python3-pefile
version=2023.2.7
release=1
source="$name-$version.tar.gz::https://github.com/erocarrera/pefile/archive/v$version/python-setuptools-$version.tar.gz"
build() {
cd pefile-$version
python3 -m build --wheel --no-isolation
python3 -m installer --destdir="$PKG" dist/*.whl
}