blob: ac4ac1a35c0c1c4230c842aa6e6062efdad6ffe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pubchempy
pkgdesc = A simple Python wrapper around the PubChem PUG REST API.
pkgver = 1.0.4
pkgrel = 2
url = https://github.com/mcs07/PubChemPy
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-alembic
depends = python-sqlalchemy
optdepends = python-pandas
source = https://files.pythonhosted.org/packages/source/P/PubChemPy/PubChemPy-1.0.4.tar.gz
sha256sums = 24e9dc2fc90ab153b2764bf805e510b1410700884faf0510a9e7cf0d61d8ed0e
pkgname = python-pubchempy
|