]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
Python template: pypi package names are also ok
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 7 Dec 2015 11:15:35 +0000 (12:15 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 7 Dec 2015 11:15:35 +0000 (12:15 +0100)
'Use what is used in import' was good idea before setuptools and pypi
package management. Now that are names everybody use.

python-ext.spec
python.spec

index 4e6144bb94f002ba527155c0e8f1bfe2133b6899..a1cbfaaff787b3401dcc5b5e6255a0c1280cfcdb 100644 (file)
@@ -11,7 +11,7 @@
 %define        module  template
 Summary:       -
 Summary(pl.UTF-8):     -
-# Name must match the python module/package name (as in 'import' statement)
+# Name must match the python module/package name (as on pypi or in 'import' statement)
 Name:          python-%{module}
 Version:       _
 Release:       0.1
index 406b2d7daf1f1e0e8958b5340d0f657ae81c3e3b..32fea52122c2be2cb5dd7e3e9d215918417de45b 100644 (file)
@@ -12,7 +12,7 @@
 %define        module  template
 Summary:       -
 Summary(pl.UTF-8):     -
-# Name must match the python module/package name (as in 'import' statement)
+# Name must match the python module/package name (as on pypi or in 'import' statement)
 Name:          python-%{module}
 Version:       _
 Release:       0.1
This page took 0.074151 seconds and 4 git commands to generate.