summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Vercesi2021-11-27 11:41:39 +0100
committerGiacomo Vercesi2021-11-27 11:41:39 +0100
commitcba5052045f2581aa90ae323c646b5409521912f (patch)
treeed13b68a86f033154ff795d574d7f784bb94bd3f
parentc7667c387f962bf5f2e135aa1d4b7c05ad844eb9 (diff)
downloadaur-cba5052045f2581aa90ae323c646b5409521912f.tar.gz
Cleanup
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a55dd9975e36..a30793fd359a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: Giacomo Vercesi <mrjackv at hotmail dot it>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: Florian Wittmann
@@ -11,7 +12,6 @@ url='https://github.com/thombashi/mbstrdecoder'
license=('MIT')
depends=('python-chardet>=3.0.4')
makedepends=('python-setuptools')
-# checkdepends=('python-pytest>=6.0.1' 'python-pytest-runner' 'python-faker>=1.0.2')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/m/mbstrdecoder/mbstrdecoder-$pkgver.tar.gz")
sha256sums=('f4dfd549e424ad8dfc985e6af8b55cb4ec0c208782f610d57439fe6a9a44c244')
@@ -20,12 +20,6 @@ build() {
python setup.py build
}
-## pytest pulls unneeded dependencies from pip just to run unit tests...
-# check() {
-# cd "mbstrdecoder-$pkgver"
-# python setup.py pytest
-# }
-
package() {
cd "mbstrdecoder-$pkgver"
PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 --skip-build