summaryrefslogblamecommitdiff
path: root/user/py3-tox/APKBUILD
blob: d722fe99f260290a48aab7ed9fbc4440b2114662 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                         
              

               

                      
             



                                                          
                                                                                    

                                                          
                         
                                  
                                                                                                                       


                                    



                              



                   


                                                               
                                                                                                                                                                    
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: 
pkgname=py3-tox
_pkgname=tox
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
pkgver=3.13.2
pkgrel=0
pkgdesc="virtualenv management and test command line tool"
url="https://pypi.python.org/pypi/tox"
arch="noarch"
options="!check"  # Circular dependency with itself and py3-pytest. Passes on x86_64
license="MIT"
depends="py3-py py3-pluggy py3-virtualenv py3-six python3"
makedepends="python3-dev"
#checkdepends="py3-pytest py3-tox"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	tox -e py36
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="06c92c803bef7c2dd3796ecc869d78dc4d3044e62688bcf529b7c6b8330532aab30dcc44425fc226886a35d8227225db5e3f2435a469e90af7ad440231abbc35  py3-tox-3.13.2.tar.gz"