pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-simpleeval



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 23 09:01:47 UTC 2021

Modified Files:
        pkgsrc/math/py-simpleeval: Makefile distinfo

Log Message:
py-simpleeval: updated to 0.9.11

0.9.11:
Revert / convert to setup.py-less build system using pypa build


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-simpleeval/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-simpleeval/distinfo

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

Modified files:

Index: pkgsrc/math/py-simpleeval/Makefile
diff -u pkgsrc/math/py-simpleeval/Makefile:1.10 pkgsrc/math/py-simpleeval/Makefile:1.11
--- pkgsrc/math/py-simpleeval/Makefile:1.10     Fri Jan  3 12:17:37 2020
+++ pkgsrc/math/py-simpleeval/Makefile  Tue Nov 23 09:01:47 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/01/03 12:17:37 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/11/23 09:01:47 adam Exp $
 
-DISTNAME=      simpleeval-0.9.10
+DISTNAME=      simpleeval-0.9.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simpleeval/}
@@ -12,5 +12,7 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
+PYSETUP=       -c 'from setuptools import setup; setup()'
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-simpleeval/distinfo
diff -u pkgsrc/math/py-simpleeval/distinfo:1.8 pkgsrc/math/py-simpleeval/distinfo:1.9
--- pkgsrc/math/py-simpleeval/distinfo:1.8      Tue Oct 26 10:56:05 2021
+++ pkgsrc/math/py-simpleeval/distinfo  Tue Nov 23 09:01:47 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:56:05 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/11/23 09:01:47 adam Exp $
 
-BLAKE2s (simpleeval-0.9.10.tar.gz) = d6127efed14f524b7485a736b9bf4c6dd431429950f95ed5965e568e688f7d42
-SHA512 (simpleeval-0.9.10.tar.gz) = 50710221b49ff618218375d6d9b4eb9ee12b875ce0cdaaa63e2dfcaa112918f5bfdf8f02bbc3b5be98c7abc312f99563d910985bc5ad86eb846df935fc072eab
-Size (simpleeval-0.9.10.tar.gz) = 26687 bytes
+BLAKE2s (simpleeval-0.9.11.tar.gz) = 2dbefb39cd09dd90c2f0c40d482ca8554a27a185955e92b94902b409a783e9e4
+SHA512 (simpleeval-0.9.11.tar.gz) = cfa3f965eb3749a8bdfae93760bdeebcf3b7621ed1aa64b5f267cd8405dbfcd00a1613b6018e49bcf274d18914cec27ecc029f779035b1e8030d0e502f225307
+Size (simpleeval-0.9.11.tar.gz) = 21996 bytes



Home | Main Index | Thread Index | Old Index