mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Remove expired port:
2014-01-06 devel/py-gevent-zeromq: devel/py-pyzmq has gevent support built in
This commit is contained in:
parent
f09fca2358
commit
f15d793010
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338854
1
MOVED
1
MOVED
@ -5358,3 +5358,4 @@ net-mgmt/unifi|net-mgmt/unifi3|2014-01-02|Rename to unifi3; unifi2 is coming to
|
||||
www/codeigniter17|www/codeigniter|2014-01-04|Unsupported upstream, consider using newer version
|
||||
net-im/xfce4-messenger-plugin||2014-01-04|Has expired: Deprecated and no update for 7 years
|
||||
multimedia/xfce4-media|multimedia/xfce4-parole|2014-01-04|Has expired: Upstream development dead, use multimedia/xfce4-parole instead
|
||||
devel/py-gevent-zeromq|devel/py-pyzmq|2014-01-06|Has expired: devel/py-pyzmq has gevent support built in
|
||||
|
@ -3594,7 +3594,6 @@
|
||||
SUBDIR += py-geojson
|
||||
SUBDIR += py-geotypes
|
||||
SUBDIR += py-gevent
|
||||
SUBDIR += py-gevent-zeromq
|
||||
SUBDIR += py-gflags
|
||||
SUBDIR += py-gitdb
|
||||
SUBDIR += py-gitosis
|
||||
|
@ -1,31 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gevent-zeromq
|
||||
PORTVERSION= 0.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= olivierd@FreeBSD.org
|
||||
COMMENT= Gevent compatibility layer for pyzmq
|
||||
|
||||
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=1.0:${PORTSDIR}/devel/py-gevent \
|
||||
${PYTHON_PKGNAMEPREFIX}pyzmq>=14.0.1:${PORTSDIR}/devel/py-pyzmq
|
||||
|
||||
IGNORE= Does not run properly with devel/py-pyzmq >= 13.0
|
||||
DEPRECATED= devel/py-pyzmq has gevent support built in
|
||||
EXPIRATION_DATE= 2014-01-06
|
||||
|
||||
USE_PYTHON= 2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
# Avoid warning
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|install_requires|#install_requires|' \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gevent_zeromq-0.2.5.tar.gz) = 4c479568e8fbc92260e06d2f9042c9888d1d42e90ef52673a65288f19394f669
|
||||
SIZE (gevent_zeromq-0.2.5.tar.gz) = 5901
|
@ -1,16 +0,0 @@
|
||||
Adjust import of context.pxd and socket.pxd files after update of
|
||||
devel/py-pyzmg (>= 14.x).
|
||||
|
||||
--- ./gevent_zeromq/core.pyx.orig 2012-07-13 21:43:35.000000000 +0000
|
||||
+++ ./gevent_zeromq/core.pyx 2013-12-04 21:54:31.000000000 +0000
|
||||
@@ -10,8 +10,8 @@
|
||||
from gevent.event import AsyncResult
|
||||
from gevent.hub import get_hub
|
||||
|
||||
-from zmq.core.context cimport Context as _Context
|
||||
-from zmq.core.socket cimport Socket as _Socket
|
||||
+from zmq.backend.cython.context cimport Context as _Context
|
||||
+from zmq.backend.cython.socket cimport Socket as _Socket
|
||||
|
||||
|
||||
cdef class GreenSocket(_Socket):
|
@ -1,3 +0,0 @@
|
||||
gevent-zeromq wraps pyzmq to make it compatible with gevent.
|
||||
|
||||
WWW: https://github.com/traviscline/gevent-zeromq
|
Loading…
Reference in New Issue
Block a user