Skip to content
Snippets Groups Projects
Commit 9d808dfe authored by David Demelier's avatar David Demelier Committed by Leo
Browse files

testing/py3-pyyaml-env-tag: new aport

https://github.com/waylan/pyyaml-env-tag
a custom YAML tag for referencing environment variables in YAML files
parent 94ae73b4
No related branches found
No related tags found
No related merge requests found
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=py3-pyyaml-env-tag
pkgver=0.1
pkgrel=0
pkgdesc="a custom YAML tag for referencing environment variables in YAML files"
url="https://github.com/waylan/pyyaml-env-tag"
arch="noarch"
license="MIT"
depends="python3 py3-yaml"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="https://files.pythonhosted.org/packages/source/p/pyyaml_env_tag/pyyaml_env_tag-$pkgver.tar.gz"
builddir="$srcdir/pyyaml_env_tag-$pkgver"
build() {
python3 setup.py build
}
check() {
pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
7d3dbc08fb338b3de5bbe657fa8a98a330d7ac7962ac2ea6513ade362b36deaaad8d9e82eb018454d73fd26d90003861a3ffee9abc2e9ac51dea4ba315b5c1f9 pyyaml_env_tag-0.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment