Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
c646b694
Verified
Commit
c646b694
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
experimental/py3-filelock: new package
parent
15ce70d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!313
Misc package bumps for Maintainer: Max Rees, 2019.08.06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
experimental/py3-filelock/APKBUILD
+31
-0
31 additions, 0 deletions
experimental/py3-filelock/APKBUILD
with
31 additions
and
0 deletions
experimental/py3-filelock/APKBUILD
0 → 100644
+
31
−
0
View file @
c646b694
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer:
pkgname
=
py3-filelock
_pkgname
=
filelock
_p
=
"
${
_pkgname
#?
}
"
_p
=
"
${
_pkgname
%
"
$_p
"
}
"
pkgver
=
3.0.12
pkgrel
=
0
pkgdesc
=
"A platform independent file lock for Python"
url
=
"https://pypi.python.org/pypi/filelock"
arch
=
"noarch"
# Certified net clean
license
=
"Unlicense"
depends
=
"python3"
makedepends
=
""
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/
$_p
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
python3 setup.py build
}
check
()
{
python3 setup.py
test
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"09b8b16c12a60044a259a5d644bc8066660871104a7f4cd431431173d475b9f15744adfb8d86ec8cda69f2a1b52bd14cb8a066d70fa5e49c449bc5ee702ec2a0 py3-filelock-3.0.12.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment