Browse Source

fix tracking

master
parent
commit
cc359e7c90
  1. 4
      python-parse/python-parse.spec

4
python-parse/python-parse.spec

@ -37,7 +37,7 @@ Class: BASE
Group: Language
License: GPL
Version: %{V_python}
Release: 20151206
Release: 20160306
# list of sources
Source0: http://pypi.python.org/packages/source/p/pycparser/pycparser-%{V_pycparser}.tar.gz
@ -59,7 +59,7 @@ PreReq: OpenPKG, openpkg >= 20140101, python >= %{V_python}
prog python-parse:ConfigArgParse = {
version = %{V_configargparse}
url = https://pypi.python.org/pypi/ConfigArgParse
regex = ConfigArgParse-(__VER__)\.tgz
regex = ConfigArgParse-(__VER__)\.tar\.gz
}
%prep

Loading…
Cancel
Save