summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-09-27 16:43:52 +0000
committerJuergen Daubert <jue@jue.li>2020-09-27 16:43:52 +0000
commitd94809ffa396843e020763be09892b8cc0e41a82 (patch)
tree244cb375f8fbdd79e7cf70e9dc86a95e3b1fefca /python3
parent0a6fe6aded36caf96256f37f5cc0208f4acd88f4 (diff)
downloadcore-d94809ffa396843e020763be09892b8cc0e41a82.tar.gz
core-d94809ffa396843e020763be09892b8cc0e41a82.tar.xz
python3: add symlink python-3.9-embed.pc to python3-embed.pc
Diffstat (limited to 'python3')
-rw-r--r--python3/.footprint1
-rw-r--r--python3/.signature6
-rw-r--r--python3/Pkgfile17
3 files changed, 13 insertions, 11 deletions
diff --git a/python3/.footprint b/python3/.footprint
index d789ee45..3a48d8b1 100644
--- a/python3/.footprint
+++ b/python3/.footprint
@@ -177,6 +177,7 @@ lrwxrwxrwx root/root usr/lib/libpython3.9.so -> libpython3.9.so.1.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/python-3.9-embed.pc
-rw-r--r-- root/root usr/lib/pkgconfig/python-3.9.pc
+lrwxrwxrwx root/root usr/lib/pkgconfig/python3-embed.pc -> python-3.9-embed.pc
lrwxrwxrwx root/root usr/lib/pkgconfig/python3.pc -> python-3.9.pc
lrwxrwxrwx root/root usr/lib/python3 -> python3.9
drwxr-xr-x root/root usr/lib/python3.9/
diff --git a/python3/.signature b/python3/.signature
index 8b223923..51f8023e 100644
--- a/python3/.signature
+++ b/python3/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqo1cwvrjzWAY8QEDxSs34PnaX8h8kOvt8DFCgb/23kqBh9DNzX61gLv+TvA3dgVpd6blNKaJVRR7ey4i4JYhGAg=
-SHA256 (Pkgfile) = 3b3c41473200a002780a4dff5af1fa26f588622c312c76e4caf78dbcb2f88a5d
-SHA256 (.footprint) = e85b74d4739616e9ae317d4f9c24c7a27cd4750f54ab339fe34da11c8b98f982
+RWRJc1FUaeVeqnUcXhojBkJClJkb7P4On2cQKXCcHB8kA1iUoNbNUUsls0mDohJWr86v9fgjNq/TYLJjG5enYAixoSOeOA2rfw4=
+SHA256 (Pkgfile) = b56f7b0d3c47870d88eb1b25037e218f1f9e1ff7f3efada8d8a1fb47ae6b9e61
+SHA256 (.footprint) = a797fb6a27689b01449929fa1a8a228d0ab955f64661239841f63fcef3ac6e3b
SHA256 (Python-3.9.0rc2.tar.xz) = 80b57c11f60dc1f46a408b1543f04ed52e6475ed5e597b4c23f3fd65f0b729ba
diff --git a/python3/Pkgfile b/python3/Pkgfile
index 1f637194..7d516b4e 100644
--- a/python3/Pkgfile
+++ b/python3/Pkgfile
@@ -5,7 +5,7 @@
name=python3
version=3.9.0rc2
-release=1
+release=2
source=(https://www.python.org/ftp/python/${version%rc*}/Python-$version.tar.xz)
build() {
@@ -34,13 +34,14 @@ build() {
make
make -j1 DESTDIR=$PKG altinstall maninstall
- ln -s 2to3-${version%.*} $PKG/usr/bin/2to3
- ln -s python${version%.*} $PKG/usr/bin/python3
- ln -s python${version%.*}-config $PKG/usr/bin/python3-config
- ln -s idle${version%.*} $PKG/usr/bin/idle3
- ln -s pydoc${version%.*} $PKG/usr/bin/pydoc3
- ln -s python${version%.*} $PKG/usr/lib/$name
- ln -s python-${version%.*}.pc $PKG/usr/lib/pkgconfig/python3.pc
+ ln -s 2to3-${version%.*} $PKG/usr/bin/2to3
+ ln -s python${version%.*} $PKG/usr/bin/python3
+ ln -s python${version%.*}-config $PKG/usr/bin/python3-config
+ ln -s idle${version%.*} $PKG/usr/bin/idle3
+ ln -s pydoc${version%.*} $PKG/usr/bin/pydoc3
+ ln -s python${version%.*} $PKG/usr/lib/$name
+ ln -s python-${version%.*}.pc $PKG/usr/lib/pkgconfig/python3.pc
+ ln -s python-${version%.*}-embed.pc $PKG/usr/lib/pkgconfig/python3-embed.pc
rm $PKG/usr/lib/python${version%.*}/ctypes/macholib/README.ctypes
rm $PKG/usr/lib/python${version%.*}/distutils/README

Generated by cgit