summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-02-19 21:46:00 +1100
committerDanny Rawlins <contact@romster.me>2021-02-19 21:46:00 +1100
commit97d77fee05f91f30eb4e26d54f38c0b972f7d6fe (patch)
tree212619d3e95c9a04928ae7ac236055526a327c86
parent340e9023d2191ca937188668dedcd07e81db0100 (diff)
downloadcompat-32-97d77fee05f91f30eb4e26d54f38c0b972f7d6fe.tar.gz
compat-32-97d77fee05f91f30eb4e26d54f38c0b972f7d6fe.tar.xz
python-32: libtirpc is in core so hard depend on libtirpc-32
-rw-r--r--python-32/.signature4
-rw-r--r--python-32/Pkgfile10
2 files changed, 4 insertions, 10 deletions
diff --git a/python-32/.signature b/python-32/.signature
index 3ba2da6e..37019ac7 100644
--- a/python-32/.signature
+++ b/python-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXdGxD+dB7+8ulkTcWqVdKlPjCappW921ImwuJKqacgH8tfL8hMphmR+DVsZ77bjGOLChGtCMAMW/PXaB1GMgnAI=
-SHA256 (Pkgfile) = 0e2d1f5ec0fb96a7724893c05e24150a5c29c90db132a0ff5262c5c03cd16eea
+RWSwxGo/zH7eXfyHjCNKtuloZrt0CigL4R5RUmeCfqqtVAtBgC5BBkJhRY7Llrbu6kiEgXmeA0AktPZeNYm7dZTFPL1ft4/fpAc=
+SHA256 (Pkgfile) = a1d3950b9c731e4c706d52a6e6b69d1f70702ca6980a98b98d00bc0c4e8c066c
SHA256 (.footprint) = c4b46fe46e335901d406088ef2529fbc4b11fda5a49d20e39470c231f6f3250f
SHA256 (Python-2.7.18.tar.xz) = b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43
diff --git a/python-32/Pkgfile b/python-32/Pkgfile
index 066d0f34..7d81c340 100644
--- a/python-32/Pkgfile
+++ b/python-32/Pkgfile
@@ -1,22 +1,16 @@
# Description: Python interpreter, version 2.7
# URL: https://www.python.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
-# Depends on: bzip2-32 db-32 gdbm-32 openssl-32 python sqlite3-32 zlib-32
-# Optional: libtirpc-32
+# Depends on: bzip2-32 db-32 gdbm-32 libtirpc-32 openssl-32 python sqlite3-32 zlib-32
name=python-32
version=2.7.18
-release=1
+release=2
source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz)
build() {
cd Python-$version
-[ -e '/usr/lib/pkgconfig/libtirpc.pc' ] && [ ! -e '/usr/lib32/pkgconfig/libtirpc.pc' ] && printf "\e[031mlibtirpc is detected on your system, please run:
-prt-get depinst libtirpc-32
-before continuing with python-32.\033[0m\n" &&
-exit 1
-
# set OPT to the python default without -O3
# our CFLAGS are used as well
OPT="-Wall -Wstrict-prototypes -fwrapv" \

Generated by cgit