mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
urljr
----- URL-related utilites from JanRain, Inc. This package contains the "fetchers" module, which provides a common interface to urllib2 and curl for making HTTP requests. WWW: http://www.openidenabled.com/openid/libraries/python/urljr/
This commit is contained in:
parent
b4da04fff9
commit
b0f237a91c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180242
@ -933,6 +933,7 @@
|
||||
SUBDIR += py-turbogears
|
||||
SUBDIR += py-twistedWeb
|
||||
SUBDIR += py-twistedWeb2
|
||||
SUBDIR += py-urljr
|
||||
SUBDIR += py-webware
|
||||
SUBDIR += py-webware-component
|
||||
SUBDIR += pyblosxom
|
||||
|
23
www/py-urljr/Makefile
Normal file
23
www/py-urljr/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: urljr
|
||||
# Date created: 2006-12-19
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= urljr
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://www.openidenabled.com/resources/downloads/python-openid/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Common interface to HTTP fetchers for PycURL or urllib2
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/curl:${PORTSDIR}/ftp/py-curl
|
||||
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-urljr/distinfo
Normal file
3
www/py-urljr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (python-urljr-1.0.0.tar.gz) = 6c25bb00e850f9e53f5740fc40970c5e
|
||||
SHA256 (python-urljr-1.0.0.tar.gz) = 59058af7b1a32217c0510d73c954f8116269e1cb51cbea52ed31100fc0beebba
|
||||
SIZE (python-urljr-1.0.0.tar.gz) = 13478
|
9
www/py-urljr/pkg-descr
Normal file
9
www/py-urljr/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
urljr
|
||||
-----
|
||||
|
||||
URL-related utilites from JanRain, Inc.
|
||||
|
||||
This package contains the "fetchers" module, which provides a common
|
||||
interface to urllib2 and curl for making HTTP requests.
|
||||
|
||||
WWW: http://www.openidenabled.com/openid/libraries/python/urljr/
|
7
www/py-urljr/pkg-plist
Normal file
7
www/py-urljr/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%PYTHON_SITELIBDIR%%/urljr/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/urljr/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/urljr/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/urljr/fetchers.py
|
||||
%%PYTHON_SITELIBDIR%%/urljr/fetchers.pyc
|
||||
%%PYTHON_SITELIBDIR%%/urljr/fetchers.pyo
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/urljr
|
Loading…
Reference in New Issue
Block a user