diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-09 23:02:58 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-13 10:19:15 +0700 |
| commit | 6724d17344a92b0b446d3c7c3b7dcda3159ba40d (patch) | |
| tree | d9337527bd76e3eb193ad7a452a0d6462d271d71 /python/python3-patsy/python3-patsy.SlackBuild | |
| parent | 866307a5041dc6e70b1921d4c575f475c1706628 (diff) | |
python/python3-patsy: Update for 0.5.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-patsy/python3-patsy.SlackBuild')
| -rw-r--r-- | python/python3-patsy/python3-patsy.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python3-patsy/python3-patsy.SlackBuild b/python/python3-patsy/python3-patsy.SlackBuild index 1dff3d6a30..6ca000eae0 100644 --- a/python/python3-patsy/python3-patsy.SlackBuild +++ b/python/python3-patsy/python3-patsy.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-patsy -VERSION=${VERSION:-0.5.2} +VERSION=${VERSION:-0.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,7 +81,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python3 setup.py build python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
