mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +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
		
			
				
	
	
		
			30 lines
		
	
	
		
			909 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			909 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Rejah Rehim <rejah@beaglesecurity.com>
 | |
| # Maintainer: Rejah Rehim <rejah@beaglesecurity.com>
 | |
| pkgname=py3-python-logstash
 | |
| _pkgname=python-logstash
 | |
| pkgver=0.4.8
 | |
| pkgrel=3
 | |
| pkgdesc="Python logging handler for Logstash"
 | |
| options="!check" # no test suite
 | |
| url="https://github.com/vklochan/python-logstash"
 | |
| arch="noarch"
 | |
| license="MIT"
 | |
| depends="python3"
 | |
| makedepends="py3-setuptools"
 | |
| subpackages="$pkgname-doc $pkgname-pyc"
 | |
| source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
 | |
| builddir="$srcdir/$_pkgname-$pkgver"
 | |
| 
 | |
| build() {
 | |
| 	python3 setup.py build
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	python3 setup.py install --skip-build --root="$pkgdir"
 | |
| 	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 | |
| }
 | |
| 
 | |
| sha512sums="
 | |
| 0ddc7e142f54aa27b0678fa903357ac877b755fb0ce3d8596472e843ca67c11d727289cebb5a0b4b4b613a768e8afde0ab4c0366305b7d9d5743fde8f1060e7a  python-logstash-0.4.8.tar.gz
 | |
| "
 |