Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Justin Berthault
aports
Commits
a210c7c3
Commit
a210c7c3
authored
May 25, 2020
by
Justin Berthault
Committed by
Leo
May 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py3-virtualenv: upgrade to 20.0.21
parent
cf191c9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
main/py3-virtualenv/APKBUILD
main/py3-virtualenv/APKBUILD
+4
-5
No files found.
main/py3-virtualenv/APKBUILD
View file @
a210c7c3
...
...
@@ -2,8 +2,7 @@
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: Sam Dodrill <shadowh511@gmail.com>
pkgname
=
py3-virtualenv
_pkgname
=
virtualenv
pkgver
=
20.0.20
pkgver
=
20.0.21
pkgrel
=
0
pkgdesc
=
"Virtual Python3 Environment builder"
url
=
"https://www.virtualenv.org/en/latest/"
...
...
@@ -11,8 +10,8 @@ arch="noarch"
license
=
"MIT"
depends
=
"python3 py3-distlib py3-filelock py3-setuptools"
checkdepends
=
"py3-pytest py3-mock"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
source
=
"https://files.pythonhosted.org/packages/source/
v/virtualenv/virtualenv
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
virtualenv
-
$pkgver
"
replaces
=
"py-virtualenv"
# Backwards compatibility
provides
=
"py-virtualenv=
$pkgver
-r
$pkgrel
"
# Backwards compatibility
...
...
@@ -29,4 +28,4 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
cac4323b487509b202a610a341e6d495112e9f6830b595c22e507e2b918bf673f42bc377ad64b8e6dfacc733913abb9c17a367de529c197c7076dca22ddae634 virtualenv-20.0.20
.tar.gz"
sha512sums
=
"
fda89d56e34bb58ad37969bda1a8121e1b8998d1b7fdfb29e2e0a022f48b2b8d2d425bf997adb06d6249bef8433db1dc52c3709abbcea050e82fd0ed5798d1b7 virtualenv-20.0.21
.tar.gz"
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