Skip to content
Snippets Groups Projects
Verified Commit c15e4683 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.4.0-1

parent e4b9f142
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = python-leather
pkgdesc = Python charting for 80% of humans
pkgver = 0.4.0
pkgrel = 1
url = https://leather.readthedocs.io
arch = any
license = MIT
checkdepends = python-cssselect
checkdepends = python-lxml
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-six
source = leather-0.4.0.tar.gz::https://github.com/wireservice/leather/archive/0.4.0.tar.gz
sha256sums = 2bc92e77a2db43b0a0aabdc9ce0893d0728ce0c8098897a55e4c2244bbdc5b0f
pkgname = python-leather
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
_pyname=leather _pyname=leather
pkgname=python-$_pyname pkgname=python-$_pyname
pkgver=0.3.4 pkgver=0.4.0
pkgrel=3 pkgrel=1
pkgdesc='Python charting for 80% of humans' pkgdesc='Python charting for 80% of humans'
arch=(any) arch=(any)
url="https://$_pyname.readthedocs.io" url="https://$_pyname.readthedocs.io"
...@@ -17,7 +17,7 @@ checkdepends=(python-cssselect ...@@ -17,7 +17,7 @@ checkdepends=(python-cssselect
python-lxml) python-lxml)
_archive="$_pyname-$pkgver" _archive="$_pyname-$pkgver"
source=("$_archive.tar.gz::https://github.com/wireservice/$_pyname/archive/$pkgver.tar.gz") source=("$_archive.tar.gz::https://github.com/wireservice/$_pyname/archive/$pkgver.tar.gz")
sha256sums=('8dc9545ccdd998527e283c7990535bfe0628ac71c660737c5c266ee0e461e341') sha256sums=('2bc92e77a2db43b0a0aabdc9ce0893d0728ce0c8098897a55e4c2244bbdc5b0f')
build() { build() {
cd "$_archive" cd "$_archive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment