python
This commit is contained in:
		
							parent
							
								
									f13e93f812
								
							
						
					
					
						commit
						742a30a874
					
				
					 6 changed files with 102 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								talimatname/genel/l/lightdm-gtk-greeter-settings/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								talimatname/genel/l/lightdm-gtk-greeter-settings/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| # Tanım: LightDM GTK+ Greeter için ayar düzenleyici | ||||
| # URL: https://launchpad.net/lightdm-gtk-greeter-settings | ||||
| # Paketçi: yasarciv | ||||
| # Gerekler: python3 python3-distutils-extra gtk3 python3-gobject gtk-update-icon-cache desktop-file-utils lightdm-gtk-greeter  | ||||
| # Grup: sistem | ||||
| 
 | ||||
| isim=lightdm-gtk-greeter-settings | ||||
| surum=1.2.0 | ||||
| devir=1 | ||||
| kaynak=(https://launchpad.net/lightdm-gtk-greeter-settings/${surum%.*}/$surum/+download/$isim-$surum.tar.gz | ||||
| ) | ||||
| 
 | ||||
| derle() { | ||||
|   cd "$SRC/$isim-$surum" | ||||
|   python3 setup.py build | ||||
|   python3 setup.py install --root="$PKG" --optimize=1 --xfce-integration | ||||
| } | ||||
							
								
								
									
										16
									
								
								talimatname/genel/p/python3-cffi/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								talimatname/genel/p/python3-cffi/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| # Tanım: Python çağıran C kodu için Yabancı Fonksiyon Arayüzü. | ||||
| # URL: http://cffi.readthedocs.org/ | ||||
| # Paketçi: milisarge | ||||
| # Gerekler: libffi python3-cparser | ||||
| # Grup: kütüphane | ||||
| 
 | ||||
| isim=python3-cffi | ||||
| _isim=cffi | ||||
| surum=1.11.5 | ||||
| devir=1 | ||||
| kaynak=(http://pypi.python.org/packages/source/c/$_isim/$_isim-$surum.tar.gz) | ||||
| 
 | ||||
| derle() { | ||||
| 	cd $_isim-$surum | ||||
| 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1 | ||||
| } | ||||
							
								
								
									
										22
									
								
								talimatname/genel/p/python3-cparser/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								talimatname/genel/p/python3-cparser/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| # Tanım: C ayrıştırıcı ve AST jeneratörü Python ile yazılmış. | ||||
| # URL: https://github.com/eliben/pycparser | ||||
| # Paketçi: Cihan_Alkan | ||||
| # Gerekler: python3-setuptools | ||||
| # Grup: kütüphane | ||||
| 
 | ||||
| isim=python3-cparser | ||||
| _isim=pycparser | ||||
| surum=2.18 | ||||
| devir=1 | ||||
| kaynak=(https://github.com/eliben/$_isim/archive/release_v$surum.zip) | ||||
| 
 | ||||
| derle() { | ||||
| 	cd $_isim-release_v$surum | ||||
| 	/usr/bin/python3 setup.py build | ||||
| 
 | ||||
| 	cd pycparser | ||||
| 	/usr/bin/python3 _build_tables.py | ||||
| 	cd - | ||||
| 
 | ||||
| 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1 | ||||
| } | ||||
							
								
								
									
										17
									
								
								talimatname/genel/p/python3-cryptography/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								talimatname/genel/p/python3-cryptography/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| # Tanım: Şifreleme tariflerini ve ilkelleri Python geliştiricilerine sunacak şekilde tasarlanmış bir paket | ||||
| # URL: http://pypi.python.org/pypi/cryptography | ||||
| # Paketçi: Cihan_Alkan | ||||
| # Gerekler: python3-six python3-cffi python3-enum34 python3-pyasn1 | ||||
| # Grup: kütüphane | ||||
| 
 | ||||
| isim=python3-cryptography | ||||
| _isim=cryptography | ||||
| surum=2.2.2 | ||||
| devir=1 | ||||
| kaynak=(https://pypi.io/packages/source/c/cryptography/cryptography-$surum.tar.gz) | ||||
| 
 | ||||
| derle() { | ||||
| 	cd $_isim-$surum | ||||
| 	/usr/bin/python3 setup.py build | ||||
| 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1 | ||||
| } | ||||
							
								
								
									
										15
									
								
								talimatname/genel/p/python3-openssl/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								talimatname/genel/p/python3-openssl/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| # Tanım: OpenSSL kütüphanesine Python arabirimi. | ||||
| # URL: http://pypi.python.org/pypi/pyOpenSSL | ||||
| # Paketçi: Cihan_Alkan | ||||
| # Gerekler: python3-cryptography | ||||
| 
 | ||||
| isim=python3-openssl | ||||
| surum=18.0.0 | ||||
| devir=1 | ||||
| kaynak=(https://github.com/pyca/pyopenssl/archive/${surum}.tar.gz::$isim-$surum.tar.gz) | ||||
| 
 | ||||
| derle() { | ||||
| 	cd pyopenssl-$surum | ||||
| 	/usr/bin/python3 setup.py build | ||||
| 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build | ||||
| } | ||||
							
								
								
									
										15
									
								
								talimatname/genel/p/python3-pyasn1/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								talimatname/genel/p/python3-pyasn1/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,15 @@ | |||
| # Tanım: Python 3 için ASN.1 kütüphanesi | ||||
| # URL: https://pypi.io/packages/source/p/pyasn1 | ||||
| # Paketçi: Cihan_Alkan | ||||
| # Gerekler: python3-setuptools | ||||
| # Grup: kütüphane | ||||
| 
 | ||||
| isim=python3-pyasn1 | ||||
| surum=0.4.2 | ||||
| devir=1 | ||||
| kaynak=(https://pypi.io/packages/source/p/pyasn1/pyasn1-$surum.tar.gz) | ||||
| 
 | ||||
| derle() { | ||||
|   cd pyasn1-${surum} | ||||
|   python3 setup.py install --root="${PKG}" | ||||
| } | ||||
		Loading…
	
	Add table
		
		Reference in a new issue