Skip to content

Commit 5fd53f6

Browse files
author
Matthias Koeppe
committed
build/pkgs/pexpect: Fix upstream_url, simplify spkg-install.in
1 parent 2806584 commit 5fd53f6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build/pkgs/pexpect/checksums.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ tarball=pexpect-VERSION.tar.gz
22
sha1=5bff9230c419eecbf701059f104e74a3f3a1b208
33
md5=f48d48325ee7f1221add0396ea9e2f14
44
cksum=2367435032
5-
upstream_url=https://codeload.github.com/pexpect/pexpect/tar.gz/VERSION
5+
upstream_url=https://pypi.io/packages/source/p/pexpect/pexpect-VERSION.tar.gz

build/pkgs/pexpect/spkg-install.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
cd src
2-
32
sdh_pip_install .
4-
5-
if [ $? -ne 0 ]; then
6-
echo "Error installing pexpect"
7-
exit 1
8-
fi

0 commit comments

Comments
 (0)