mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	this is only a partial rebuild, including stuff that i built on my personal machine with python 3.12.2; might fail with 3.12.3
		
			
				
	
	
		
			26 lines
		
	
	
		
			869 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			869 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Edd Salkield <edd@salkield.uk>
 | |
| # Maintainer: Edd Salkield <edd@salkield.uk>
 | |
| pkgname=py3-tasklib
 | |
| pkgver=2.5.1
 | |
| pkgrel=2
 | |
| pkgdesc="A Python library for interacting with taskwarrior databases"
 | |
| url="https://github.com/GothenburgBitFactory/tasklib"
 | |
| arch="noarch"
 | |
| license="BSD-3-Clause"
 | |
| depends="python3 task py3-tz py3-tzlocal"
 | |
| makedepends="py3-setuptools"
 | |
| subpackages="$pkgname-pyc"
 | |
| source="$pkgname-$pkgver.tar.gz::https://github.com/GothenburgBitFactory/tasklib/archive/refs/tags/$pkgver.tar.gz"
 | |
| builddir="$srcdir/tasklib-$pkgver"
 | |
| options="!check"	# no upstream tests
 | |
| 
 | |
| package() {
 | |
| 	python3 setup.py install \
 | |
| 		--prefix=/usr \
 | |
| 		--root="$pkgdir" \
 | |
| 		--single-version-externally-managed
 | |
| }
 | |
| sha512sums="
 | |
| b52a94e487eb90776a5edec63bfef9a4eaa5a87065be3a5386bd0d8b277b88fb35663ea5789e573a088e54fb9aa835c27d787fced4ed5198badff995dcc2e7e0  py3-tasklib-2.5.1.tar.gz
 | |
| "
 |