2020-06-04 10:53:39 -05:00
|
|
|
# Description: Add .env support to your django/flask apps in development and deployments
|
|
|
|
# URL: https://pypi.org/project/python-dotenv/
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
|
|
# Depends on: python3-setuptools
|
|
|
|
|
|
|
|
name=python3-dotenv
|
2020-08-25 12:51:24 -05:00
|
|
|
version=0.14.0
|
2020-06-04 10:53:39 -05:00
|
|
|
release=1
|
2020-08-25 12:51:24 -05:00
|
|
|
source=(https://files.pythonhosted.org/packages/33/3d/a0c00002bae69321f5b87ea7ed123ddf1933e09d3ff658d277889698ee59/python-dotenv-$version.tar.gz)
|
2020-06-04 10:53:39 -05:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd python-dotenv-$version
|
|
|
|
python3 setup.py build
|
|
|
|
python3 setup.py install --root=$PKG
|
|
|
|
}
|