mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
0.1.3
This commit is contained in:
commit
2d836aa61d
2 changed files with 33 additions and 0 deletions
17
.SRCINFO
Normal file
17
.SRCINFO
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
pkgbase = python-condastats
|
||||
pkgdesc = Conda package stats CLI
|
||||
pkgver = 0.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/sophiamyang/condastats
|
||||
arch = any
|
||||
license = BSD
|
||||
makedepends = python-setuptools
|
||||
depends = python-fastparquet
|
||||
depends = python-snappy
|
||||
depends = python-s3fs
|
||||
depends = python-dask
|
||||
source = https://pypi.io/packages/source/c/condastats/condastats-0.1.3.tar.gz
|
||||
sha256sums = 504a41ecb9edf0bd7798847b61839954e50508c5235ec7ee48c539ce46b4fa18
|
||||
|
||||
pkgname = python-condastats
|
||||
|
||||
16
PKGBUILD
Normal file
16
PKGBUILD
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
pkgname=python-condastats
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Conda package stats CLI"
|
||||
arch=(any)
|
||||
url="https://github.com/sophiamyang/condastats"
|
||||
license=('BSD')
|
||||
makedepends=('python-setuptools')
|
||||
depends=('python-fastparquet' 'python-snappy' 'python-s3fs' 'python-dask')
|
||||
source=("https://pypi.io/packages/source/c/condastats/condastats-$pkgver.tar.gz")
|
||||
sha256sums=('504a41ecb9edf0bd7798847b61839954e50508c5235ec7ee48c539ce46b4fa18')
|
||||
|
||||
package() {
|
||||
cd condastats-$pkgver
|
||||
python setup.py install --root="$pkgdir/" --optimize=1
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue