aboutsummaryrefslogtreecommitdiff
path: root/net/py-netifaces
Commit message (Collapse)AuthorAgeFilesLines
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-302-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Update to 0.10.5Dmitry Marakasov2016-12-132-3/+4
| | | | | | | | | PR: 214328 Submitted by: joneum@bsdproject.de Approved by: maintainer timeout (count@211.ru, 1 month) Notes: svn path=/head/; revision=428497
* - Update to 0.10.4Sunpoet Po-Chuan Hsieh2015-07-013-5/+5
| | | | | | | | | | | | - While I'm here, fix WWW Changes: https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG PR: 200875 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=391113
* Modernize mythonBaptiste Daroussin2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366498
* - Update to 0.10.3Frederic Culot2014-05-233-6/+7
| | | | | | | | | | | | | - Add LICENSE (MIT) - Update MASTER_SITES - Pet portlint(1) PR: ports/189475 Submitted by: olivierd@ Approved by: Stanislav Svirid <count@211.ru> (maintainer timeout) Notes: svn path=/head/; revision=354918
* - Update to 0.8Steve Wills2014-04-282-3/+3
| | | | | | | | | PR: ports/187419 Submitted by: swills (myself) Approved by: maintainer timeout (count@211.ru, >6 weeks) Notes: svn path=/head/; revision=352467
* - Convert to autoplistMartin Wilke2014-03-092-4/+3
| | | | | | | | - Stage support - Bump PORTREVISIO Notes: svn path=/head/; revision=347605
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix typos in pkg-descr.Jimmy Olgeni2013-04-201-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316149
* Update to 0.6.Roman Bogorodskiy2012-01-112-4/+4
| | | | | | | | | PR: 164008 Submitted by: novel (myself) Approved by: Stanislav A Svirid (maintainer) Notes: svn path=/head/; revision=288956
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Getting network addresses from PythonMartin Wilke2009-07-294-0/+32
It.s been irritating me for ages that it isn.t possible to straightforwardly get the network address(es) of the machine you.re running on from a Python program. WWW: http://alastairs-place.net/netifaces/ PR: ports/137236 Submitted by: Stanislav Svirid <count at 211.ru> Notes: svn path=/head/; revision=238620