]> git.pld-linux.org Git - packages/python-requests-mock.git/commitdiff
remove template comments
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 1 Feb 2017 10:01:06 +0000 (11:01 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 1 Feb 2017 10:01:06 +0000 (11:01 +0100)
python-requests-mock.spec

index d3e7e159aeaeadc58d047bd7eadc900506dbc4b8..1740eeb456c4a418b5a7884fb96bd4dbf3947dca 100644 (file)
@@ -1,17 +1,9 @@
 #
-# This is template for pure python modules (noarch)
-# use template-specs/python-ext.spec for binary python packages
-#
-#
 # Conditional build:
 %bcond_with    tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-# NOTES:
-# - 'module' should match the Python import path (first component?)
-# - 'egg_name' should equal to Python egg name
-# - 'pypi_name' must match the Python Package Index name
 %define                module          requests_mock
 %define                egg_name        %{module}
 %define                pypi_name       requests-mock
This page took 0.084894 seconds and 4 git commands to generate.