Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-env
Commits: 5a5102ac by Chih-Hsuan Yen at 2023-11-03T00:52:29+08:00 upgpkg: 1.1.1-1; add changelog url - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-pytest-env + pkgdesc = pytest plugin to set environment variables in pytest.ini or pyproject.toml file + pkgver = 1.1.1 + pkgrel = 1 + url = https://github.com/pytest-dev/pytest-env + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-hatchling + makedepends = python-hatch-vcs + depends = python + depends = python-pytest + source = python-pytest-env-1.1.1.tar.gz::https://github.com/pytest-dev/pytest-env/archive/1.1.1/python-pytest-env-1.1.1.tar.gz + sha256sums = 2710adbd8409e1609d1bb610a3e28fb6a8992004c2c54dacbc228f1dcb1cc6f5 + +pkgname = python-pytest-env ===================================== PKGBUILD ===================================== @@ -2,7 +2,8 @@ # Contributor: Rafael Fontenelle <[email protected]> pkgname=python-pytest-env -pkgver=1.0.1 +# https://github.com/pytest-dev/pytest-env/releases +pkgver=1.1.1 pkgrel=1 pkgdesc='pytest plugin to set environment variables in pytest.ini or pyproject.toml file' arch=(any) @@ -11,7 +12,7 @@ license=(MIT) depends=(python python-pytest) makedepends=(python-build python-installer python-hatchling python-hatch-vcs) source=($pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-env/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('904164ff65cbd15062c0a067205d46e69f3c14644857dd03feb442bc18681012') +sha256sums=('2710adbd8409e1609d1bb610a3e28fb6a8992004c2c54dacbc228f1dcb1cc6f5') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-env/-/commit/5a5102ac92455ac1c6c5c87a5136a5790c9aef5f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-env/-/commit/5a5102ac92455ac1c6c5c87a5136a5790c9aef5f You're receiving this email because of your account on gitlab.archlinux.org.
