Update to 3.6.6
PR: 236272 Submitted by: sunpoet (myself) Approved by: rm (maintainer)
This commit is contained in:
parent
22f7b25786
commit
170a83ff3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494823
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= typing
|
||||
PORTVERSION= 3.6.4
|
||||
PORTVERSION= 3.6.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,9 @@ COMMENT= Type Hints for Python
|
|||
LICENSE= PSFL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:-3.4
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1517849029
|
||||
SHA256 (typing-3.6.4.tar.gz) = d400a9344254803a2368533e4533a4200d21eb7b6b729c173bc38201a74db3f2
|
||||
SIZE (typing-3.6.4.tar.gz) = 71347
|
||||
TIMESTAMP = 1548508613
|
||||
SHA256 (typing-3.6.6.tar.gz) = 4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d
|
||||
SIZE (typing-3.6.6.tar.gz) = 71799
|
||||
|
|
Loading…
Reference in a new issue