| author | Evangelos Foutras
<foutrelis@archlinux.org> 2022-02-15 13:23:32 UTC |
| committer | Evangelos Foutras
<foutrelis@archlinux.org> 2022-02-15 13:23:32 UTC |
| parent | 598e8e0db673e85f6375ff5e843cfae2699caa0b |
| PKGBUILD | +3 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index 907a2ed..44b1ceb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,14 @@ pkgname=python-jaraco.context pkgver=4.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Context managers by jaraco" url="https://github.com/jaraco/jaraco.context" license=('MIT') arch=('any') -depends=('python-jaraco' 'python-yg.lockfile') +depends=('python') makedepends=('python-setuptools-scm' 'python-toml') -checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov' - 'python-pytest-flake8' 'python-pytest-mypy' 'python-jaraco.test' - 'python-pip') +checkdepends=('python-pytest') source=("https://github.com/jaraco/jaraco.context/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('d1def3f0f701d36f584a60c57837d5e4bf9121c5ce8387f734ac371164f5ba0fe04b73d4d0e16367cfcd6a13cf11ab5dab2afe798f18dfddba15700fe6779fe0') @@ -19,9 +17,6 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver prepare() { cd jaraco.context-$pkgver - sed -i '/import jaraco.apt/d' jaraco/context.py - # Ignore flake8 error introduced by the above apt workaround - echo -e '\nper-file-ignores =\n\tjaraco/context.py: F821' >> .flake8 } build() {