summaryrefslogtreecommitdiff
path: root/python3
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-09-07 13:12:45 +1000
committerDanny Rawlins <monster.romster@gmail.com>2017-09-07 13:13:06 +1000
commitc636e2ef9611e97d3b5ef7627580d17294298774 (patch)
tree594c885dd6cd9a69cb0c0bd2fd91250a3278e306 /python3
parentcb92a6d0575432aa1423a5a7702de90684a6b604 (diff)
downloadopt-c636e2ef9611e97d3b5ef7627580d17294298774.tar.gz
opt-c636e2ef9611e97d3b5ef7627580d17294298774.tar.xz
python3: minor install cleanup, no rebuild is necessary
Diffstat (limited to 'python3')
-rw-r--r--python3/.signature4
-rw-r--r--python3/Pkgfile3
2 files changed, 3 insertions, 4 deletions
diff --git a/python3/.signature b/python3/.signature
index bcf45a167..508dfa49e 100644
--- a/python3/.signature
+++ b/python3/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/TLDnwKefIKN0Lyw9su23Nc89mqpVZ0tAf+SuA6CE990W/Az9SohSmckvqv/Pju1jjSC95YaLe0r1GSVZI/x9QQ=
-SHA256 (Pkgfile) = 4709a7e4248dcc2379622e0ec85c79c2a1a0a4ba2501cad9b7c529dd4a16762f
+RWSE3ohX2g5d/fSWa0vQT7Mlz3I7V7fwW6BYpLN0HFbInhOSrIiBOKIUyrxTmkEfD0AYI0J+oXE3+1S8URtDQvA5qTsyRfjzewQ=
+SHA256 (Pkgfile) = 9886bcebc77dd80225e5d281a50d5183947162388d2b9bf88dddf2f9fadb02cb
SHA256 (.footprint) = f22eb941d50459fe5471192b4d55230049e7509256fef31e5276fee3ea7a09d5
SHA256 (Python-3.6.2.tar.xz) = 9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9
diff --git a/python3/Pkgfile b/python3/Pkgfile
index a3459e5c5..cad03e8d3 100644
--- a/python3/Pkgfile
+++ b/python3/Pkgfile
@@ -32,13 +32,12 @@ build() {
--without-ensurepip
make
- make -j1 DESTDIR=$PKG altinstall
+ make -j1 DESTDIR=$PKG altinstall maninstall
ln -s python${version%.*} $PKG/usr/bin/python3
ln -s python${version%.*}m-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%.*}.1 $PKG/usr/share/man/man1/python3.1
ln -s python${version%.*} $PKG/usr/lib/$name
rm $PKG/usr/lib/python${version%.*}/ctypes/macholib/README.ctypes

Generated by cgit