mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/python-matplotx to 0.3.10-2
This commit is contained in:
parent
bfb3cf1109
commit
b019014997
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@ _base=matplotx
|
||||||
pkgname=python-${_base}
|
pkgname=python-${_base}
|
||||||
pkgdesc="Useful styles and extensions for Matplotlib"
|
pkgdesc="Useful styles and extensions for Matplotlib"
|
||||||
pkgver=0.3.10
|
pkgver=0.3.10
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/nschloe/${_base}"
|
url="https://github.com/nschloe/${_base}"
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
depends=(python-matplotlib)
|
depends=(python-matplotlib)
|
||||||
makedepends=(python-setuptools)
|
makedepends=(python-build python-installer python-setuptools python-wheel)
|
||||||
optdepends=('python-networkx: for creation of graphs'
|
optdepends=('python-networkx: for creation of graphs'
|
||||||
'python-pypng: for iterator support')
|
'python-pypng: for iterator support')
|
||||||
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
|
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
|
||||||
|
@ -21,7 +21,7 @@ sha512sums=('33eea6fe855915b45c490c02ce4fb45fecdae9e090e9ff1438620d4f898143e0dd2
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${_base}-${pkgver}
|
cd ${_base}-${pkgver}
|
||||||
python -c "from setuptools import setup; setup();" build
|
python -m build --wheel --skip-dependency-check --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue