[arch-commits] Commit in python-leather/repos (community-any community-any/PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Dec 18 20:11:02 UTC 2021


    Date: Saturday, December 18, 2021 @ 20:11:02
  Author: alerque
Revision: 1077667

archrelease: copy trunk to community-any

Added:
  python-leather/repos/community-any/
  python-leather/repos/community-any/PKGBUILD
    (from rev 1077666, python-leather/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: python-leather/repos/community-any/PKGBUILD (from rev 1077666, python-leather/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-12-18 20:11:02 UTC (rev 1077667)
@@ -0,0 +1,35 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Michał Pałubicki <maln0ir at gmx.com>
+
+_pyname=leather
+pkgname=python-$_pyname
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Python charting for 80% of humans'
+arch=(any)
+url="https://$_pyname.readthedocs.io"
+license=(MIT)
+depends=(python
+         python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-cssselect
+              python-lxml)
+_archive="$_pyname-$pkgver"
+source=("$_archive.tar.gz::https://github.com/wireservice/$_pyname/archive/$pkgver.tar.gz")
+sha256sums=('8dc9545ccdd998527e283c7990535bfe0628ac71c660737c5c266ee0e461e341')
+
+build() {
+	cd "$_archive"
+	python setup.py build
+}
+
+check() {
+	cd "$_archive"
+	python setup.py test --test-suite=tests
+}
+
+package() {
+	cd "$_archive"
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING
+}



More information about the arch-commits mailing list