[Bug 190065] New port: net-p2p/py-transmission-remote-curses Remote Curses UI for Transmission daemon

2014-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190065

--- Comment #4 from Jan Beich  ---
> MASTER_SITES=  
> https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/v${PORTVERSION}?dummy=/
> DISTNAME=  ${GH_PROJECT}-v${PORTVERSION}

No need to specify those with USE_GITHUB. Instead put

  GH_TAGNAME=v${DISTVERSION}

and re-fetch the distfile.

> PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

Don't define unless the port installs files under PYTHON_SITELIBDIR or at least
allows generating *non-conflicting* packages for different python versions.

> USE_PYTHON= YES

Convert to USES=python,run

> NO_BUILD=   yes

Define NO_ARCH as well unless the port installs binaries for a specific ARCH.

>${INSTALL_SCRIPT} ${WRKSRC}/transmission-remote-cli 
> ${STAGEDIR}${BINDIR}/${PORTNAME}

Wrap long lines to fit on 80 characters terminal.

> OPTIONS_DEFINE= ADNS GEOIP

ADNS_DESC is not defined anywhere.

> #LIB_DEPENDS+=  ${PYTHON_SITELIBDIR}/adns.so:${PORTSDIR}/dns/py-adns
> LIB_DEPENDS+=   libadns.so:${PORTSDIR}/dns/py-adns
...
> #LIB_DEPENDS+=  ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP
> LIB_DEPENDS+=   libGeoIP.so:${PORTSDIR}/net/py-GeoIP

Use RUN_DEPENDS and convert to option helpers, see Mk/bsd.options.mk or
net/py-kombu/Makefile for an example.

-- 
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 193811] Uses/python.mk: PYDISTUTILS_EGGINFODIR got expanded into wrong dir because of staging

2014-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193811

Marcus von Appen  changed:

   What|Removed |Added

 CC||port...@freebsd.org,
   ||pyt...@freebsd.org

--- Comment #3 from Marcus von Appen  ---
Added python@ and portmgr@ in CC

-- 
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 193811] Uses/python.mk: PYDISTUTILS_EGGINFODIR got expanded into wrong dir because of staging

2014-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193811

--- Comment #4 from 6year...@gmail.com ---
(In reply to Marcus von Appen from comment #2)
> portmgr@: please exp-run attachment 147938 [details].
> 
> 6yearold: Can you give my patch another try? It works for me.

Yup, seems to work. Now i'm able to install devel/tortoisehg into custom
PREFIX.

-- 
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"


Re: py-imaging vs. py-pillow

2014-10-03 Thread Marcus von Appen
On, Fri Oct 03, 2014, Stefan Ehmann wrote:

> According to freshports there are about 10 ports that depend on
> py-pilllow and 50 that depend on py-imaging.
>
> py-imaging conflicts with py-pilllow. E.g., calibre and xmbc cannot be
> installed at the same time.
>
>
> I noticed the problem because calibre switched to py-pilllow recently.
> There really should be a way that these packages can coexist.
>
> (py-imaging/py-pilllow maintainers CCed)

I just pushed a patch to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193957, which updates
pillow, makes it available for different python versions at the same time and
addresses db@'s _imagingtk issue
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193958).

This should allow us to migrate the ports to pillow.

Cheers
Marcus

pgpMTLOTt4NZO.pgp
Description: PGP signature


[Bug 193786] [MAINTAINER] devel/py-robotframework-ride: Convert to USES=python

2014-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193786

Marcus von Appen  changed:

   What|Removed |Added

 Status|Open|Issue Resolved
 Resolution|--- |FIXED

--- Comment #4 from Marcus von Appen  ---
Committed in ports 369946. Thanks!

-- 
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 193786] [MAINTAINER] devel/py-robotframework-ride: Convert to USES=python

2014-10-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193786

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: mva
Date: Sat Oct  4 06:58:35 UTC 2014
New revision: 369946
URL: https://svnweb.freebsd.org/changeset/ports/369946

Log:
  - Convert to USES=python

  PR:193786
  Submitted by:vladimir.chukha...@gmail.com (maintainer)

Changes:
  head/devel/py-robotframework-ride/Makefile

-- 
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"