mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
devel/py-uvloop: Update to 0.12.0
- update to 0.12.0 - pet portlint
This commit is contained in:
parent
39f155332b
commit
a21e13d1f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491135
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uvloop
|
||||
PORTVERSION= 0.11.3
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,11 +15,11 @@ LICENSE_COMB= dual
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
||||
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1540969255
|
||||
SHA256 (uvloop-0.11.3.tar.gz) = fd5042d0a2ea07b92d0e2190f7711feb91cde31cf2bf1829e2e8c4c0fdd1f1aa
|
||||
SIZE (uvloop-0.11.3.tar.gz) = 1939702
|
||||
TIMESTAMP = 1548334546
|
||||
SHA256 (uvloop-0.12.0.tar.gz) = afdf34bf507090e4c7f5108a17240982760356b8aae4edd37180ec4f94c36cbb
|
||||
SIZE (uvloop-0.12.0.tar.gz) = 1919706
|
||||
|
@ -1,4 +1,4 @@
|
||||
uvloop is a fast, drop-in replacement of the built-in asyncio event loop.
|
||||
uvloop is a fast, drop-in replacement of the built-in asyncio event loop.
|
||||
uvloop is implemented in Cython and uses libuv under the hood.
|
||||
|
||||
WWW: https://github.com/MagicStack/uvloop
|
||||
|
Loading…
Reference in New Issue
Block a user