user/py3-pathvalidate: move from user

This commit is contained in:
Antoine Martin 2023-08-30 13:41:01 -04:00
parent 5d046fe878
commit 41c2bc27e3
2 changed files with 35 additions and 27 deletions

View file

@ -1,27 +0,0 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-pathvalidate
_pyname="pathvalidate"
pkgver=2.5.2
pkgrel=0
arch="noarch"
pkgdesc="Sanitize/validate strings in filenames/file-paths/etc"
url="https://pypi.python.org/project/$_pyname"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
options="!check" # No testsuite
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
build() {
python3 setup.py build
}
package() {
python3 setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
}
sha512sums="
44c9d329f60deb81590854e0aa4699e4105821535aa5bf306c78df395c510ce851075db246937a459f46ee2f9abc54538a4a48995b94f5eb031f14fe60c769ce py3-pathvalidate-2.5.2.tar.gz
"