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
Incidents
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
Philippe Schommers
aports
Commits
a6d05f79
Commit
a6d05f79
authored
Sep 27, 2019
by
Stefan Reiff
Committed by
Natanael Copa
Oct 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py3-fasteners: drop py2
parent
3ac0cbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
main/py3-fasteners/APKBUILD
main/py3-fasteners/APKBUILD
+8
-8
No files found.
main/py3-fasteners/APKBUILD
View file @
a6d05f79
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname
=
py
2
-fasteners
pkgver
=
0.1
4.1
pkgname
=
py
3
-fasteners
pkgver
=
0.1
5
pkgrel
=
0
pkgdesc
=
"A python package that provides useful locks"
url
=
"https://github.com/harlowja/fasteners/"
arch
=
"noarch"
license
=
"Apache-2.0"
depends
=
"python
2 py2-monotonic py2
-six"
makedepends
=
"python
2-dev py
-setuptools"
depends
=
"python
3 py3-monotonic py3
-six"
makedepends
=
"python
3-dev py3
-setuptools"
source
=
"fasteners-
$pkgver
.tar.gz::https://github.com/harlowja/fasteners/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/fasteners-
$pkgver
"
build
()
{
cd
"
$builddir
"
python
2
setup.py build
python
3
setup.py build
}
check
()
{
cd
"
$builddir
"
python
2
setup.py check
python
3
setup.py check
}
package
()
{
cd
"
$builddir
"
python
2
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python
3
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
954d692b7f43563ba1413854c8dec2f5ff98757346c55aaa5f39e9aa777fb746bf4f9506beab6cfa149d5646db4b3de58d35bcef95e3128096c3346c9fd8015c fasteners-0.14.1
.tar.gz"
sha512sums
=
"
0c77c7061c8b76d0d018b07a3d33fc71701842f5b686456ebf31069694baa27a6cc47196267f24bc296078e7503ab0709fa28c9f0088c3cf777ea0e133bb5832 fasteners-0.15
.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