Commits

Renee Otten authored 02b533635e6
py-cffi: remove py34 subport, use https
No tags

python/py-cffi/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-cffi
7 7 version 1.13.2
8 8 categories-append devel
9 9 platforms darwin
10 10 license MIT
11 11
12 -python.versions 27 34 35 36 37 38
12 +python.versions 27 35 36 37 38
13 13
14 14 maintainers {stromnov @stromnov} openmaintainer
15 15
16 16 description Foreign Function Interface for Python calling C code.
17 17
18 18 long_description Foreign Function Interface for Python calling C code. \
19 19 The aim of this project is to provide a convenient and \
20 20 reliable way of calling C code from Python.
21 21
22 -homepage http://cffi.readthedocs.org/
22 +homepage https://cffi.readthedocs.org/
23 23 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
24 24
25 25 distname cffi-${version}
26 26
27 27 checksums rmd160 3d91aa9a982c25f76ce2afec0e7f3a89a9846160 \
28 28 sha256 599a1e8ff057ac530c9ad1778293c665cb81a791421f46922d80a86473c13346 \
29 29 size 460243
30 30
31 31 if {${name} ne ${subport}} {
32 32 patchfiles-append patch-setup.py.diff

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut