#Packager: Didier Spaier didieratslintdotfr #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=absl-py pkgver=0.12.0 pkgrel=slint #arch=noarch source=(https://files.pythonhosted.org/packages/0e/93/a9055d6c33c9b57b2dd66f1ae9af06108bb091557948f48438e7d9b54896/absl-py-0.12.0.tar.gz) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ docs=("license" "readme.mf") url=https://github.com/abseil/abseil-py #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "absl-py (collection of Python comon libraries" "This is a collection of Python library code for building Python" "applications. The code is collected from Google's own Python code" "base, and has been extensively tested and used in production." "" "This package supersedes google-apputils" ) build() { cd $startdir/src/$pkgname-$pkgver python3 setup.py install --root=$PKG || exit 1 }