mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
www/py-yarl: Yet another URL library
WWW: https://github.com/aio-libs/yarl
This commit is contained in:
parent
a5f4ffaf64
commit
a7b712c36a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443713
4 changed files with 28 additions and 0 deletions
|
@ -1848,6 +1848,7 @@
|
|||
SUBDIR += py-wsaccel
|
||||
SUBDIR += py-wsgiauth
|
||||
SUBDIR += py-wsgidav
|
||||
SUBDIR += py-yarl
|
||||
SUBDIR += py-zope.app.wsgi
|
||||
SUBDIR += py3-cssutils
|
||||
SUBDIR += py3-requests
|
||||
|
|
21
www/py-yarl/Makefile
Normal file
21
www/py-yarl/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yarl
|
||||
PORTVERSION= 0.10.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Yet another URL library
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= cython:lang/cython
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict
|
||||
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-yarl/distinfo
Normal file
3
www/py-yarl/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1497631728
|
||||
SHA256 (yarl-0.10.3.tar.gz) = 27b24ba3ef3cb8475aea1a655a1750bb11918ba139278af21db5846ee9643138
|
||||
SIZE (yarl-0.10.3.tar.gz) = 127867
|
3
www/py-yarl/pkg-descr
Normal file
3
www/py-yarl/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Yet another URL library.
|
||||
|
||||
WWW: https://github.com/aio-libs/yarl
|
Loading…
Add table
Reference in a new issue