[Bug 200145] [NEW PORT] devel/py-pytest-timeout: py.test plugin to abort hanging tests

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200145

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
   Assignee|freebsd-ports-bugs@FreeBSD. |loa...@freebsd.org
   |org |
   Keywords||needs-qa, patch
 CC||ko...@freebsd.org,
   ||pyt...@freebsd.org
Summary|[new port]  |[NEW PORT]
   |devel/py-pytest-timeout |devel/py-pytest-timeout:
   ||py.test plugin to abort
   ||hanging tests

--- Comment #1 from Kubilay Kocak  ---
Submitter is committer, assign. 

Fukang, if you need assistance committing this to the tree, please don't
hesitate to create a review in Phabricator and add myself as a reviewer, with
python@ also subscribed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 200145] [NEW PORT] devel/py-pytest-timeout: py.test plugin to abort hanging tests

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200145

--- Comment #2 from Fukang Chen  ---
(In reply to Kubilay Kocak from comment #1)

Hi Kubilay,

Thanks, actually I don't have the ports commit bit...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199826] lang/python27 fails to build with libressl

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199826

--- Comment #3 from Johannes Jost Meixner  ---
Wrong dupe. My bad.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199050] lang/python34: Fix build with LibreSSL without NLS

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199050

Johannes Jost Meixner  changed:

   What|Removed |Added

 CC||x...@freebsd.org
   Assignee|pyt...@freebsd.org  |x...@freebsd.org
 Status|New |In Progress

--- Comment #1 from Johannes Jost Meixner  ---
I'll take it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199826] lang/python27 fails to build with libressl

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199826

Johannes Jost Meixner  changed:

   What|Removed |Added

 CC||x...@freebsd.org
 Resolution|--- |DUPLICATE
 Status|New |Closed

--- Comment #2 from Johannes Jost Meixner  ---
Hi, we have another PR with fixes that eliminate all these buildproblems.

Marking this one as dupe.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199826] lang/python27 fails to build with libressl

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199826

Bernard Spil  changed:

   What|Removed |Added

 CC||spil@gmail.com

--- Comment #4 from Bernard Spil  ---
Rozhuk, you might want to check https://wiki.freebsd.org/LibreSSL if you want
to use LibreSSL, most issues have been resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199838] [NEW PORT] games/pyfa fitting tool for EVE Online

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199838

Dmitry Marakasov  changed:

   What|Removed |Added

   Assignee|freebsd-ports-bugs@FreeBSD. |amd...@freebsd.org
   |org |
 CC||amd...@freebsd.org
 Status|New |In Progress

--- Comment #2 from Dmitry Marakasov  ---
- GH_COMMIT is deprecated and no longer needed. You should omit GH_COMMIT,
GH_TAGNAME and WRKSRC and add DISTVERSIONSUFFIX=v, this way it'll fetch
v${PORTVERSION} tag
- You should use COPYTREE_SHARE instead of manual find's
- Only uppercase option names are allowed
- Option description is misleading, should probably be reworded
- It seems to be a bad idea to stick data files into PYTHON_SITELIBDIR. You may
use default DATADIR and set PYTHONPATH in the wrapper script
- Wrapper script creating fits more into post-build
- do-install and post-install may be merged, there's not need to split them
- compileall is usually called twice, second time with -O arg to generate
*.pyo. Propaply this port should do the same
- Since plist is quite large, it's better to use PORTDATA=* and omit
%%DATADIR%%* from plist - DATADIR contents will be added automatically this way

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 200145] [NEW PORT] devel/py-pytest-timeout: py.test plugin to abort hanging tests

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200145

--- Comment #3 from Kubilay Kocak  ---
If you have any (src/docs) bit, I am happy to review this on phabricator and
approve the change on your behalf.

We can start with adding the relevant category/Makefile change and attaching
poudriere testport & portlint QA output

I'm available on IRC (koobs @ efnet/freenode) if you need any assistance

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199838] [NEW PORT] games/pyfa fitting tool for EVE Online

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199838

Andrey Fesenko  changed:

   What|Removed |Added

 Attachment #156210|0   |1
is obsolete||

--- Comment #3 from Andrey Fesenko  ---
Created attachment 156738
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156738&action=edit
shar installer for pyfa-1.11.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 199838] [NEW PORT] games/pyfa fitting tool for EVE Online

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199838

Andrey Fesenko  changed:

   What|Removed |Added

 Attachment #156211|0   |1
is obsolete||

--- Comment #4 from Andrey Fesenko  ---
Created attachment 156739
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156739&action=edit
poudriere bulk -t log

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 200145] [NEW PORT] devel/py-pytest-timeout: py.test plugin to abort hanging tests

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200145

--- Comment #4 from Fukang Chen  ---
Created attachment 156743
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156743&action=edit
py27-pytest-timeout-0.4.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 200145] [NEW PORT] devel/py-pytest-timeout: py.test plugin to abort hanging tests

2015-05-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200145

--- Comment #5 from Fukang Chen  ---
(In reply to Kubilay Kocak from comment #3)

Okay, great. Thanks.

attached poudriere log

% portlint -AC
looks fine.

I didn't know new port PRs need to attach the build log now...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"