Skip to content
Snippets Groups Projects
Verified Commit c646b694 authored by Max Rees's avatar Max Rees
Browse files

experimental/py3-filelock: new package

parent 15ce70d3
No related branches found
No related tags found
1 merge request!313Misc package bumps for Maintainer: Max Rees, 2019.08.06
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment