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
		
			
				
	
	
		
			31 lines
		
	
	
		
			934 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			934 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Leo <thinkabit.ukim@gmail.com>
 | |
| # Maintainer:
 | |
| pkgname=py3-gevent-websocket
 | |
| _realname=gevent-websocket
 | |
| pkgver=0.10.1
 | |
| pkgrel=7
 | |
| pkgdesc="gevent websockets library"
 | |
| options="!check" # Requires unpackaged autobahntestsuite
 | |
| url="https://pypi.org/project/gevent-websocket/"
 | |
| arch="noarch"
 | |
| license="Apache-2.0"
 | |
| depends="python3 py3-gevent"
 | |
| makedepends="py3-setuptools"
 | |
| subpackages="$pkgname-pyc"
 | |
| source="https://files.pythonhosted.org/packages/source/g/$_realname/$_realname-$pkgver.tar.gz"
 | |
| 
 | |
| replaces="py-geventwebsocket" # Backwards compat
 | |
| provides="py-geventwebsocket=$pkgver-r$pkgrel" # Backwards compat
 | |
| 
 | |
| builddir="$srcdir/$_realname-$pkgver"
 | |
| 
 | |
| build() {
 | |
| 	python3 setup.py build
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	python3 setup.py install --skip-build --root="$pkgdir"
 | |
| }
 | |
| 
 | |
| sha512sums="4f25ec1646c223b89ddbb7cf4decae72cc4baa6e872443dc05994987f509068a806c8b5e135c433d631e35b3902227f0e4c89d8071aa74e24c06b0e543e8df93  gevent-websocket-0.10.1.tar.gz"
 |