mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-30 16:01:59 +01:00 
			
		
		
		
	this marginally increases install speed by not checking if it needs a rebuild. also remove --prefix=/usr as it defaults to /usr already. might break a build or two, will fix later
		
			
				
	
	
		
			25 lines
		
	
	
		
			855 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			855 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Bart Ribbers <bribbers@disroot.org>
 | |
| # Maintainer: Bart Ribbers <bribbers@disroot.org>
 | |
| pkgname=py3-telethon-session-sqlalchemy
 | |
| pkgver=0.2.16
 | |
| pkgrel=3
 | |
| pkgdesc="SQLAlchemy backend for Telethon session storage"
 | |
| url="https://github.com/tulir/telethon-session-sqlalchemy"
 | |
| arch="noarch"
 | |
| license="MIT"
 | |
| depends="python3"
 | |
| makedepends="py3-setuptools"
 | |
| source="https://pypi.python.org/packages/source/t/telethon-session-sqlalchemy/telethon-session-sqlalchemy-$pkgver.tar.gz"
 | |
| options="!check" # No tests
 | |
| builddir="$srcdir/telethon-session-sqlalchemy-$pkgver"
 | |
| 
 | |
| build() {
 | |
| 	python3 setup.py build
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	python3 setup.py install --skip-build --root="$pkgdir"
 | |
| }
 | |
| 
 | |
| sha512sums="2d78aa821af9199cc5ce8c1ad31088f2a43287ec4fced3e1a8b5a667b4dd93df091d07ef661081fcebf81d9dc33d821773aa3d680608b6351cc642774f808712  telethon-session-sqlalchemy-0.2.16.tar.gz"
 |