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











                                                              
                               

                                         


                                                          












                                                               

                                                                                                                                                                                
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=py3-pyirc
_pkgname=PyIRC
reporev="e327ef9a8e7801ab9a418b10fe3c3df6738e4ea7"
verbase=3.0b1
pkgver=${verbase}_git20190929
pkgrel=0
pkgdesc="An extensible and easy-to-use IRC library for Python"
url="https://foxkit-us.github.io/PyIRC/"
arch="noarch"
license="WTFPL OR LPRAB"
depends="python3 py3-taillight"
makedepends=""
giturl="https://code.foxkit.us/IRC/PyIRC"
source="https://dev.sick.bike/dist/$pkgname-$pkgver.tar.gz
	new-taillight.patch
	"

build() {
	python3 setup.py build
}

check() {
	python3 -m unittest discover -s tests
}

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

sha512sums="0198aeae59e37f3bd94f96bedc294006049794dc208d6a7d18a0e07095d36fa921af08fb8a50be91022305a01304bb6202eb464b8861e595c71c5cf14f7c7850  py3-pyirc-3.0b1_git20190929.tar.gz
249c99ff2f4194bc431429fbca92eb473e7f54c0a49a5ebfb5778494332eb6b94378e727e31b112a4d2fcabcbf5d8d5ca95fe48777ea56afba4c2285fab7e5ca  new-taillight.patch"