author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-02-10 10:31:05 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-02-10 10:31:05 UTC |
parent | 74f9d05f96215740f295bc9727d7a790229830fd |
.gitignore | +2 | -0 |
PKGBUILD | +5 | -5 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 036b88b..ff9fa9d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ license=('BSD') pkgdesc="This is a Python implementation of the WHATWG Encoding standard." depends=('python') makedepends=('python' 'python-setuptools') -checkdepends=('python-pytest') +#checkdepends=('python-pytest') source=($pkgname-$pkgver.tar.gz::https://github.com/gsnedders/python-webencodings/archive/v${pkgver}.tar.gz) sha256sums=('082367f568a7812aa5f6922ffe3d9d027cd83829dc32bcaac4c874eeed618000') @@ -21,8 +21,8 @@ package_python-webencodings() { install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } -check() { - cd ${pkgbase}-${pkgver}/webencodings +#check() { +# cd ${pkgbase}-${pkgver}/webencodings - pytest tests.py -} +# pytest tests.py +#}