Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
85
Issues
85
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
d4f3bf70
Commit
d4f3bf70
authored
Mar 10, 2016
by
Lisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update python{2,3}-pexpect to 4.0.1
parent
25fbfd7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
python-pexpect/PKGBUILD
python-pexpect/PKGBUILD
+6
-6
No files found.
python-pexpect/PKGBUILD
View file @
d4f3bf70
...
...
@@ -4,23 +4,22 @@
pkgbase
=
python-pexpect
pkgname
=(
'python3-pexpect'
'python2-pexpect'
)
pkgver
=
3.0rc3
pkgver
=
4.0.1
pkgrel
=
1
pkgdesc
=
'Python module for spawning and controlling other applications'
arch
=(
'any'
)
url
=
'http://pexpect.sourceforge.net/'
license
=(
'custom:ISC'
)
makedepends
=(
'python3'
'python2'
)
source
=(
"https://github.com/pexpect/pexpect/releases/download/
$pkgver
/pexpect-
$pkgver
.tar.gz"
)
#source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz")
sha512sums
=(
'c7f9b7ecaae2ea584de228d3a6ccc2d2643ce5bbe9ca3b949dfeae3f96c38719ca80591ff6d9d851e4e672ad9aea64326edf5d78445aa103c7c4dc39d2ef0d91'
)
source
=(
"http://pypi.python.org/packages/source/p/pexpect/pexpect-
${
pkgver
}
.tar.gz"
)
sha512sums
=(
'c2476f977964379faa3ecef1bc4800f3a87bd6cdd9e2d52e4e4f33a4060a97bb54f0770dfb5804d5a863eaf6ddef6b11be1d24f1617cc4837015202868ca7e87'
)
prepare
()
{
cp
-r
${
srcdir
}
/pexpect-
$pkgver
${
srcdir
}
/python2-pexpect-
$pkgver
}
package_python3-pexpect
()
{
depends
=(
'python3'
)
depends
=(
'python3'
'python3-ptyprocess'
)
cd
${
srcdir
}
/pexpect-
$pkgver
...
...
@@ -34,7 +33,7 @@ package_python3-pexpect() {
}
package_python2-pexpect
()
{
depends
=(
'python2'
)
depends
=(
'python2'
'python2-ptyprocess'
)
conflicts
=(
'python-pexpect'
)
replaces
=(
'python-pexpect'
)
provides
=(
'python-pexpect'
)
...
...
@@ -49,3 +48,4 @@ package_python2-pexpect() {
-e
"s|#![ ]*/bin/env python
$|
#!/usr/bin/env python2|"
\
$(
find
${
pkgdir
}
-name
'*.py'
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment