[Bug 196947] [new port] devel/py-pcre: Python PCRE Library
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 21 01:30:12 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196947
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-ports-bugs at FreeBSD. |python at FreeBSD.org
|org |
Status|New |Open
CC| |koobs at FreeBSD.org
Keywords| |feature, needs-patch,
| |needs-qa, patch
--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thanks for your submission Maxim. On initial review:
- PORTNAME must match upstream name (python-pcre)
- py- in PORTNAME should be removed, and PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
added instead
- python is missing as a second entry for CATEGORIES
- Add LICENSE_FILE is one exists in ${WRKSRC}
- GH_PROJECT defaults to ${PORTNAME} which wont be needed after the above
PORTNAME change
- Sort USE_PYTHON values alphabetically
- MAINTAINER is in the wrong location
- WWW: entry is missing in pkg-descr (don't include a trailing slash)
- There are a number of other Makefile entry order issues (portlint will tell
you)
Please also:
- Attach portlint -AC output (after addressing any outstanding issues)
- Attach successful poudriere build output. If you dont have poudriere, you can
attach output of the following instead:
make stage && make check-plist && make stage-qa && make package
Bonus:
- Include (attach) python unit test output
- Create an issue upstream asking the author to upload the package to PyPi
(under name python-pcre)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list