Bug 1687619

Summary: Review Request: python-pytimeparse - Time expression parser
Product: [Fedora] Fedora Reporter: Eli Young <elyscape>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: eclipseo, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-12 01:05:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eli Young 2019-03-11 22:58:08 UTC
Spec URL: http://elyscape.fedorapeople.org/pkg-requests/python-pytimeparse.spec
SRPM URL: http://elyscape.fedorapeople.org/pkg-requests/python-pytimeparse-1.1.8-1.fc29.src.rpm

Description:
A small Python module to parse various kinds of time expressions.

Comment 1 Eli Young 2019-03-11 22:58:09 UTC
This package built on koji:  https://koji.fedoraproject.org/koji/taskinfo?taskID=33411747

Comment 2 Robert-André Mauchin 🐧 2019-03-12 01:05:13 UTC
 - Source0:        https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz → Source0:        %{pypi_source}

 - Remove the Python shebang in %prep:

python3-pytimeparse.noarch: E: wrong-script-interpreter /usr/lib/python3.7/site-packages/pytimeparse/__init__.py /usr/bin/env python
python3-pytimeparse.noarch: E: non-executable-script /usr/lib/python3.7/site-packages/pytimeparse/__init__.py 644 /usr/bin/env python
python3-pytimeparse.noarch: E: wrong-script-interpreter /usr/lib/python3.7/site-packages/pytimeparse/tests/__init__.py /usr/bin/env python
python3-pytimeparse.noarch: E: non-executable-script /usr/lib/python3.7/site-packages/pytimeparse/tests/__init__.py 644 /usr/bin/env python
python3-pytimeparse.noarch: E: wrong-script-interpreter /usr/lib/python3.7/site-packages/pytimeparse/tests/testtimeparse.py /usr/bin/env python
python3-pytimeparse.noarch: E: non-executable-script /usr/lib/python3.7/site-packages/pytimeparse/tests/testtimeparse.py 644 /usr/bin/env python
python3-pytimeparse.noarch: E: wrong-script-interpreter /usr/lib/python3.7/site-packages/pytimeparse/timeparse.py /usr/bin/env python
python3-pytimeparse.noarch: E: non-executable-script /usr/lib/python3.7/site-packages/pytimeparse/timeparse.py 644 /usr/bin/env python



The package already exists: https://src.fedoraproject.org/rpms/python-pytimeparse

See if you could do a PR with your SPEC as a basis as it is better than the current one (%{python3_sitelib}/* is verbotten now for example)
Ask if you could comaintain it maybe.

*** This bug has been marked as a duplicate of bug 1215261 ***