Re: Python dependencies for ports requiring Python 3

2016-04-04 Thread Shane Ambler
il this is resolved. Pressure to support multiple python versions is increasing so we shouldn't have to wait too much longer. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-python@freebsd.org mailing list https://li

Re: PYDISTUTILS_INSTALLNOSINGLE error

2016-04-23 Thread Shane Ambler
meant to be removed. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: PYDISTUTILS_INSTALLNOSINGLE error

2016-04-26 Thread Shane Ambler
On 25/04/2016 20:54, Ben Woods wrote: On 24 April 2016 at 04:31, Shane Ambler wrote: On 23/04/2016 17:16, Ben Woods wrote: Hi everyone, Does anyone know why PYDISTUTILS_INSTALLNOSINGLE is marked as deprecated? It is still used by 9 ports... I am working on an update to multimedia

Re: django-tenants

2016-04-29 Thread Shane Ambler
that the file is utf-8 even when the locale is ascii but python 3.4 and 3.5 don't. I don't expect to use django-tenants but it is a simple port - if you want to add yourself as the maintainer you could submit the following as a new port to https://bugs.freebsd.org -- FreeBSD - the plac

Re: lang/python3* ports, __pycache__ included

2016-12-13 Thread Shane Ambler
efs-unionfs that could be an option. -- FreeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: Having trouble with USES=python

2017-09-12 Thread Shane Ambler
s up the missing files and also adjust where it is installing data files such as icons, that may mean prefixing ${PREFIX} with ${STAGEDIR}. You may find those missing icons in /${PREFIX}/share/icons/ rather than within the ports work dir. -- FreeBSD - the place to B...So

Re: Having trouble with USES=python

2017-09-13 Thread Shane Ambler
port. 21:22 Shane Ambler ÎÁÐÉÓÁ×(ÌÁ): As you are using autoplist the file list is generated based on data in setup.py, like "package_data". You should patch setup.py so that it picks up the missing files and also adjust where it is installing data files such as icons, that may mean

Re: What is the preferred MASTER_SITES for python port?

2017-12-13 Thread Shane Ambler
eeBSD - the place to B...Software Developing Shane Ambler ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Re: Installing ports for different versions of Python

2013-10-06 Thread Shane Ambler
On 06/10/2013 21:13, Marcus von Appen wrote: On, Sat Oct 05, 2013, Daamn M wrote: For example: I have installed python 2.7 and then port py-someport. Then I installed python 3.3 and set PYTHON_DEFAULT_VERSION to point python 3.3. If I try to install port py-someport again I wll get an error me

Re: FreeBSD python patch for graphics/opencolorio

2013-11-25 Thread Shane Ambler
On 26/11/2013 03:16, Marcus von Appen wrote: > Dear maintainer of graphics/opencolorio, > > the FreeBSD python team is currently cleaning up the python ports > infrastructure in order to get rid of the implicit lang/python > build and run-time dependency for ports. This is done to prepare > the po