py
This commit is contained in:
		
							parent
							
								
									d2b6421757
								
							
						
					
					
						commit
						8479dbf611
					
				
					 2 changed files with 49 additions and 0 deletions
				
			
		
							
								
								
									
										25
									
								
								talimatname/genel/p/python-pyinotify/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								talimatname/genel/p/python-pyinotify/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,25 @@ | |||
| # Tanım: Python modülü, inotify ile Linux platformlarındaki dosya sistemleri olaylarını izlemek için kullanılır. | ||||
| # URL: http://github.com/seb-m/pyinotify | ||||
| # Paketçi: Cihan_Alkan | ||||
| # Gerekler: python | ||||
| # Grup: kütüphane | ||||
| 
 | ||||
| isim=python-pyinotify | ||||
| surum=0.9.6 | ||||
| devir=1 | ||||
| kaynak=(https://github.com/seb-m/pyinotify/archive/$surum.tar.gz::$isim-$surum.tar.gz) | ||||
| 
 | ||||
| derle() { | ||||
|   cd $SRC/pyinotify-$surum | ||||
| 
 | ||||
|   python setup.py build | ||||
|   sed \ | ||||
|     -e 's_#!/usr/bin/env python_&2_' \ | ||||
|   -i python2/pyinotify.py | ||||
| 
 | ||||
|   python setup.py install --root=$PKG -O1 | ||||
| 
 | ||||
|   install -d $PKG/usr/share/licenses/python2-pyinotify | ||||
|   install -m644 COPYING \ | ||||
|     $PKG/usr/share/licenses/python2-pyinotify | ||||
| } | ||||
							
								
								
									
										24
									
								
								talimatname/genel/p/pyxapp/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								talimatname/genel/p/pyxapp/talimat
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| # Tanım: Python Xapp Kütüphanesi | ||||
| # URL: https://github.com/linuxmint/python-xapp | ||||
| # Paketçi: Cihan_Alkan | ||||
| # Gerekler: python python3 python-setuptools python3-setuptools | ||||
| # Grup: kütüphane | ||||
| 
 | ||||
| isim=pyxapp | ||||
| surum=1.0.1 | ||||
| devir=1 | ||||
| 
 | ||||
| kaynak=(https://github.com/linuxmint/python-xapp/archive/$surum.tar.gz::$isim-$surum.tar.gz) | ||||
| 
 | ||||
| derle() { | ||||
|   cp -a python-xapp-$surum{,-py3} | ||||
| 
 | ||||
|   cd "$SRC"/python-xapp-$surum | ||||
|   python setup.py build | ||||
|   python setup.py install --root="$PKG" --optimize=1 | ||||
|   | ||||
|   cd "$SRC"/python-xapp-$surum-py3 | ||||
|   python3 setup.py build | ||||
| 
 | ||||
|   python3 setup.py install --root="$PKG" --optimize=1 | ||||
| } | ||||
		Loading…
	
	Add table
		
		Reference in a new issue