pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-fx2



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Aug 13 15:25:57 UTC 2024

Modified Files:
        pkgsrc/devel/py-fx2: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-fx2/patches: patch-software-PKG-INFO

Log Message:
devel/py-fx2: Remove evil hack


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-fx2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-fx2/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-fx2/patches/patch-software-PKG-INFO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-fx2/Makefile
diff -u pkgsrc/devel/py-fx2/Makefile:1.2 pkgsrc/devel/py-fx2/Makefile:1.3
--- pkgsrc/devel/py-fx2/Makefile:1.2    Sat Aug 10 15:56:28 2024
+++ pkgsrc/devel/py-fx2/Makefile        Tue Aug 13 15:25:56 2024
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2024/08/10 15:56:28 js Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/13 15:25:56 js Exp $
 
-# IMPORTANT: When updating this, extract the METADATA file from the PyPI wheel
-# as PKG-INFO and update the patch!
 DISTNAME=      fx2-0.13
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=whitequark/}
 GITHUB_PROJECT=        libfx2
@@ -25,5 +23,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+MAKE_ENV+=     SETUPTOOLS_SCM_PRETEND_VERSION=${PKGVERSION_NOREV}
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-fx2/distinfo
diff -u pkgsrc/devel/py-fx2/distinfo:1.1 pkgsrc/devel/py-fx2/distinfo:1.2
--- pkgsrc/devel/py-fx2/distinfo:1.1    Sat Aug 10 14:18:49 2024
+++ pkgsrc/devel/py-fx2/distinfo        Tue Aug 13 15:25:56 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/10 14:18:49 js Exp $
+$NetBSD: distinfo,v 1.2 2024/08/13 15:25:56 js Exp $
 
 BLAKE2s (fx2-0.13.tar.gz) = 79dfdf73bcb50073e80e04ac4c1e802615b0be0246973efd9ba5abcdc28dd64a
 SHA512 (fx2-0.13.tar.gz) = 81cd6fdeaed11ea433278eaf02597acca16e161eb765c50dbf3dca7cf6b5bf1758ebc8055e0f30f96b2c9f6edce4f35cf5ba876452dfff313d9d8d9f53534335
 Size (fx2-0.13.tar.gz) = 87722 bytes
-SHA1 (patch-software-PKG-INFO) = 263a5b5cd9982b0dc6f6c02d41bcbd9ac3db0318



Home | Main Index | Thread Index | Old Index