mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
devel/pybind11: Update 2.8.0 -> 2.8.1
Also add test target. Reported by: portscout
This commit is contained in:
parent
e81928f8f8
commit
69b96d4e05
@ -1,6 +1,6 @@
|
||||
PORTNAME= pybind11
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.8.0
|
||||
DISTVERSION= 2.8.1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -9,13 +9,16 @@ COMMENT= Seamless interoperability between C++11 and Python (cmake part)
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lang python:build
|
||||
USES= cmake:testing compiler:c++11-lang python:build
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= pybind
|
||||
|
||||
CMAKE_OFF= PYBIND11_TEST
|
||||
|
||||
CMAKE_TESTING_ON= PYBIND11_TEST # one test is known to fail: https://github.com/pybind/pybind11/issues/3537
|
||||
CMAKE_TESTING_TARGET= pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1633839331
|
||||
SHA256 (pybind-pybind11-v2.8.0_GH0.tar.gz) = 9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79
|
||||
SIZE (pybind-pybind11-v2.8.0_GH0.tar.gz) = 688544
|
||||
TIMESTAMP = 1638896032
|
||||
SHA256 (pybind-pybind11-v2.8.1_GH0.tar.gz) = f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc
|
||||
SIZE (pybind-pybind11-v2.8.1_GH0.tar.gz) = 693075
|
||||
|
Loading…
Reference in New Issue
Block a user