You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.2 KiB
Tcl
41 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-xxhash
|
|
version 3.8.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms darwin
|
|
license BSD
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Python binding for xxHash
|
|
long_description {*}${description}
|
|
homepage https://github.com/ifduyue/python-xxhash
|
|
|
|
checksums rmd160 5705cf1d66f8bbd0c65cd1f1b84b8ea1b831c615 \
|
|
sha256 b0de4bf3aa66363552d52c6a89003c479911f12098cd48a53d44a0f7a25f7c46 \
|
|
size 86223
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_lib-append \
|
|
port:xxhashlib
|
|
|
|
build.env-append \
|
|
XXHASH_LINK_SO=1
|
|
|
|
pre-test {
|
|
# See https://docs.pytest.org/en/stable/pythonpath.html
|
|
delete ${test.dir}/${test.target}/__init__.py
|
|
}
|
|
|
|
test.run yes
|
|
}
|