Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
5b17b206
Commit
5b17b206
authored
4 years ago
by
Simon F
Committed by
Rasmus Thomsen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-dotenv: new aport
parent
03207289
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!11958
community/rclone: upgrade to 1.52.3
,
!9763
[3.12] community/znc: upgrade to 1.8.1
,
!8869
community/py3-dotenv: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-dotenv/APKBUILD
+28
-0
28 additions, 0 deletions
community/py3-dotenv/APKBUILD
with
28 additions
and
0 deletions
community/py3-dotenv/APKBUILD
0 → 100644
+
28
−
0
View file @
5b17b206
# Contributor: Simon Frankenberger <simon-alpine@fraho.eu>
# Maintainer: Simon Frankenberger <simon-alpine@fraho.eu>
pkgname
=
py3-dotenv
_pkgname
=
python-dotenv
pkgver
=
0.13.0
pkgrel
=
0
pkgdesc
=
"Reads the key-value pair from .env file and adds them to environment variable."
url
=
"https://github.com/theskumar/python-dotenv"
arch
=
"noarch"
license
=
"BSD"
depends
=
"python3"
makedepends
=
"py3-setuptools"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/theskumar/
$_pkgname
/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
python3 setup.py build
}
check
()
{
python3 setup.py check
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"da1fc6f513ab7492a73bf6c4548ccc2d804c82e08d44e719d37cd4fc24078f7864f17ca5413156369a804deaaf76be0b579c31a4827db4756279b5b0627cea9d py3-dotenv-0.13.0.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment