mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
lang/cython: Update to 0.29.33
- Update WWW and clean up pkg-descr Changes: https://github.com/cython/cython/blob/master/CHANGES.rst
This commit is contained in:
parent
124e3f289c
commit
5ec7bed73e
@ -1,5 +1,5 @@
|
||||
PORTNAME= cython
|
||||
PORTVERSION= 0.29.32
|
||||
PORTVERSION= 0.29.33
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -7,7 +7,8 @@ DISTNAME= Cython-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Compiler for Writing C Extensions for the Python Language
|
||||
WWW= https://cython.org/
|
||||
WWW= https://cython.org/ \
|
||||
https://github.com/cython/cython
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1659209948
|
||||
SHA256 (Cython-0.29.32.tar.gz) = 8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7
|
||||
SIZE (Cython-0.29.32.tar.gz) = 2088773
|
||||
TIMESTAMP = 1674589514
|
||||
SHA256 (Cython-0.29.33.tar.gz) = 5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a
|
||||
SIZE (Cython-0.29.33.tar.gz) = 2093693
|
||||
|
@ -12,5 +12,3 @@ from Cython code.
|
||||
This makes Cython the ideal language for writing glue code for external
|
||||
C libraries, and for fast C modules that speed up the execution of
|
||||
Python code.
|
||||
|
||||
See also: https://github.com/cython/cython
|
||||
|
Loading…
Reference in New Issue
Block a user