Commit graph

13 commits

Author SHA1 Message Date
Marcus von Appen
2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00
Marcus von Appen
1698e21b85 - Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-14 10:46:00 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Xin LI
c211319ae8 - Add missing type for py-txamqp codec
- Pass maintainership to submitter.

PR:		ports/179100
Submitted by:	Chenguang Li <horus.li gmail.com>
2013-05-30 07:07:38 +00:00
Ruslan Makhmatkhanov
0a340f7319 - fix pkg-plist
- bump PORTREVISION

while here:
- trim Makefile header
- eliminate PYTHON_SITELIBDIR from depends
- limit python version to 2.x only (print/except)

Reported by:	pointyhat (miwi)
2013-05-12 04:52:39 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Bruce M Simpson
adbcbdd9d6 Drop maintainership for these ports.
Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
2010-06-06 17:00:58 +00:00
Bruce M Simpson
567ab70dc2 Fix pkg-plist.
Submitted by:	pav
2009-08-28 14:16:01 +00:00
Bruce M Simpson
878b649c50 Update to 0.3. 2009-08-19 13:15:14 +00:00
Bruce M Simpson
1e5447a9bc Add new port py-txamqp, an asynchronous-capable AMQP messing transport
module for Python/Twisted, by Esteve Fernandez.

Tested with RabbitMQ 1.6.0 on FreeBSD 7.2-STABLE, i386 and amd64, using
Esteve's example code here:
        http://fluidinfo.com/esteve/stuff/txamqp_consumer.py
        http://fluidinfo.com/esteve/stuff/txamqp_publisher.py

Note: The Thrift-in-AMQP support is not yet built as it depends on the
Thrift bindings for Python which need to be fixed.
2009-07-04 19:17:11 +00:00