mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
ptyprocess: Rebuilt against python 3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
d3e8fe83a8
commit
f80a42795d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for ptyprocess
|
# Slackware build script for ptyprocess
|
||||||
|
|
||||||
# Copyright 2015-2019 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=ptyprocess
|
PRGNAM=ptyprocess
|
||||||
VERSION=${VERSION:-0.6.0}
|
VERSION=${VERSION:-0.6.0}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-3}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
Loading…
Reference in a new issue