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

               

                      
             



                                                          
                                                                                    

                                                          
                         
                                  
                                                                                                                       


                                    



                              



                   


                                                               
                                                                                                                                                                    
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: Zach van Rijn <me@zv.io>
pkgname=py3-tox
_pkgname=tox
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
pkgver=3.24.5
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="2b047c5682c2c57268fb46055207388d060fb31511d6e442dc49244a5ac53c4d2fecd7bb9a8e33bb02b580192926592523dfb991c4bd8b216559f71a1c548f9a  py3-tox-3.24.5.tar.gz"