contrib/requests/Pkgfile

17 lines
497 B
Plaintext
Raw Normal View History

2014-03-02 10:54:09 +01:00
# Description: Python HTTP for Humans.
# URL: http://python-requests.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2014-03-02 10:54:09 +01:00
# Depends on: setuptools
name=requests
2016-12-11 08:45:28 +01:00
version=2.12.3
2014-03-02 10:54:09 +01:00
release=1
2016-12-11 08:45:28 +01:00
source=(https://pypi.python.org/packages/d9/03/155b3e67fe35fe5b6f4227a8d9e96a14fda828b18199800d161bcefc1359/requests-2.12.3.tar.gz)
2014-03-02 10:54:09 +01:00
build() {
cd $name-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
}