diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-27 05:25:10 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-27 05:25:10 +0800 |
commit | e30d7e3d8c34a687a9f6e1d8cc011625ebb71311 (patch) | |
tree | bbf26770b3ddc60a0208e02c7a306ad6b8385c0a /science | |
parent | bf65916c6b67295d953c5f84b993bf60568084f6 (diff) | |
download | freebsd-ports-gnome-e30d7e3d8c34a687a9f6e1d8cc011625ebb71311.tar.gz freebsd-ports-gnome-e30d7e3d8c34a687a9f6e1d8cc011625ebb71311.tar.zst freebsd-ports-gnome-e30d7e3d8c34a687a9f6e1d8cc011625ebb71311.zip |
science/py-OpenFermion: Update 0.4 -> 0.4-29; Remove workaround
The upstream fixed the bug with non-ascii characters.
Diffstat (limited to 'science')
-rw-r--r-- | science/py-OpenFermion/Makefile | 6 | ||||
-rw-r--r-- | science/py-OpenFermion/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile index 37ff931eef0f..7a0f09d00427 100644 --- a/science/py-OpenFermion/Makefile +++ b/science/py-OpenFermion/Makefile @@ -2,7 +2,8 @@ PORTNAME= OpenFermion DISTVERSIONPREFIX= v -DISTVERSION= 0.4 +DISTVERSION= 0.4-29 +DISTVERSIONSUFFIX= -g781d0a7 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,4 @@ GH_ACCOUNT= quantumlib USE_PYTHON= distutils autoplist NO_ARCH= yes -post-patch: # workaround for https://github.com/quantumlib/OpenFermion/issues/289 (non-ascii file) - @truncate -s 0 ${WRKSRC}/README.rst - .include <bsd.port.mk> diff --git a/science/py-OpenFermion/distinfo b/science/py-OpenFermion/distinfo index a654826c9d86..89aa3f33c955 100644 --- a/science/py-OpenFermion/distinfo +++ b/science/py-OpenFermion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522033438 -SHA256 (quantumlib-OpenFermion-v0.4_GH0.tar.gz) = 1073c74d71bf81efa64c5956f24a68b88f2de4c8e9f0eaf83da5536ba2137510 -SIZE (quantumlib-OpenFermion-v0.4_GH0.tar.gz) = 354007 +TIMESTAMP = 1522098723 +SHA256 (quantumlib-OpenFermion-v0.4-29-g781d0a7_GH0.tar.gz) = bf3c40e40798c1fb01b4b94edeb3a18be2f640ac20fb1ea51468e467b3add98e +SIZE (quantumlib-OpenFermion-v0.4-29-g781d0a7_GH0.tar.gz) = 371180 |