- Timestamp:
- Aug 6, 2018, 1:27:08 PM (2 years ago)
- Location:
- repoman/trunk/fuentes
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
repoman/trunk/fuentes/debian/control
r7849 r7912 18 18 Description: Lliurex repository manager libs 19 19 20 Package: python-repomanager 21 Architecture: all 22 Depends: ${misc:Depends} 23 Description: Lliurex repository manager libs 24 25 Package: n4d-repomanager 26 Architecture: all 27 Depends: ${misc:Depends} 28 Description: Lliurex N4d plugin -
repoman/trunk/fuentes/debian/rules
r7843 r7912 12 12 13 13 %: 14 dh $@ --with llxsrc,python3, llxdev --buildsystem pybuild14 dh $@ --with llxsrc,python3,python2,llxdev --buildsystem pybuild 15 15 -
repoman/trunk/fuentes/setup.py
r7843 r7912 1 #!/usr/bin/env python 31 #!/usr/bin/env python 2 2 # 3 3 # $Id: setup.py,v 1.32 2010/10/17 15:47:21 ghantoos Exp $ … … 24 24 if __name__ == '__main__': 25 25 26 setup(name='python 3-repomanager',26 setup(name='python-repomanager', 27 27 version='0.1', 28 description=' Lliurex store modules',28 description='Python repomanager libs', 29 29 long_description="""""", 30 30 author='Lliurex Team', … … 32 32 maintainer='Juanma Navarro', 33 33 maintainer_email='juanma1980@gmail.com', 34 keywords=['software',' store','instalar','tienda'],34 keywords=['software','repositories','repository','manager'], 35 35 url='http://www.lliurex.net', 36 36 license='GPL', 37 37 platforms='UNIX', 38 38 # scripts = [''], 39 package_dir = {'':'python 3-repomanager'},39 package_dir = {'':'python-repomanager'}, 40 40 packages = ['repomanager'], 41 41 data_files = [],
Note: See TracChangeset
for help on using the changeset viewer.