pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-geomet
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 15 09:18:27 UTC 2023
Added Files:
pkgsrc/geography/py-geomet: ALTERNATIVES DESCR Makefile PLIST distinfo
Log Message:
geography/py-geomet: import py-geomet-1.1.0
Pure-Python conversion library for common geospatial data formats.
Supported formats include:
- GeoJSON
- WKT/WKB
- Extended WKB/WKT
- GeoPackage Binary
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-geomet/ALTERNATIVES \
pkgsrc/geography/py-geomet/DESCR pkgsrc/geography/py-geomet/Makefile \
pkgsrc/geography/py-geomet/PLIST pkgsrc/geography/py-geomet/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/geography/py-geomet/ALTERNATIVES
diff -u /dev/null pkgsrc/geography/py-geomet/ALTERNATIVES:1.1
--- /dev/null Wed Nov 15 09:18:27 2023
+++ pkgsrc/geography/py-geomet/ALTERNATIVES Wed Nov 15 09:18:27 2023
@@ -0,0 +1 @@
+bin/geomet @PREFIX@/bin/geomet-@PYVERSSUFFIX@
Index: pkgsrc/geography/py-geomet/DESCR
diff -u /dev/null pkgsrc/geography/py-geomet/DESCR:1.1
--- /dev/null Wed Nov 15 09:18:27 2023
+++ pkgsrc/geography/py-geomet/DESCR Wed Nov 15 09:18:27 2023
@@ -0,0 +1,7 @@
+Pure-Python conversion library for common geospatial data formats.
+
+Supported formats include:
+- GeoJSON
+- WKT/WKB
+- Extended WKB/WKT
+- GeoPackage Binary
Index: pkgsrc/geography/py-geomet/Makefile
diff -u /dev/null pkgsrc/geography/py-geomet/Makefile:1.1
--- /dev/null Wed Nov 15 09:18:27 2023
+++ pkgsrc/geography/py-geomet/Makefile Wed Nov 15 09:18:27 2023
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2023/11/15 09:18:27 wiz Exp $
+
+DISTNAME= geomet-1.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= geography python
+MASTER_SITES= ${MASTER_SITE_PYPI:=g/geomet/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/geomet/geomet
+COMMENT= Pure Python conversion library for common geospatial data formats
+LICENSE= apache-2.0
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} geomet geomet-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-geomet/PLIST
diff -u /dev/null pkgsrc/geography/py-geomet/PLIST:1.1
--- /dev/null Wed Nov 15 09:18:27 2023
+++ pkgsrc/geography/py-geomet/PLIST Wed Nov 15 09:18:27 2023
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/15 09:18:27 wiz Exp $
+bin/geomet-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/geomet/__init__.py
+${PYSITELIB}/geomet/__init__.pyc
+${PYSITELIB}/geomet/__init__.pyo
+${PYSITELIB}/geomet/esri.py
+${PYSITELIB}/geomet/esri.pyc
+${PYSITELIB}/geomet/esri.pyo
+${PYSITELIB}/geomet/geopackage.py
+${PYSITELIB}/geomet/geopackage.pyc
+${PYSITELIB}/geomet/geopackage.pyo
+${PYSITELIB}/geomet/tool.py
+${PYSITELIB}/geomet/tool.pyc
+${PYSITELIB}/geomet/tool.pyo
+${PYSITELIB}/geomet/util.py
+${PYSITELIB}/geomet/util.pyc
+${PYSITELIB}/geomet/util.pyo
+${PYSITELIB}/geomet/wkb.py
+${PYSITELIB}/geomet/wkb.pyc
+${PYSITELIB}/geomet/wkb.pyo
+${PYSITELIB}/geomet/wkt.py
+${PYSITELIB}/geomet/wkt.pyc
+${PYSITELIB}/geomet/wkt.pyo
Index: pkgsrc/geography/py-geomet/distinfo
diff -u /dev/null pkgsrc/geography/py-geomet/distinfo:1.1
--- /dev/null Wed Nov 15 09:18:27 2023
+++ pkgsrc/geography/py-geomet/distinfo Wed Nov 15 09:18:27 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/15 09:18:27 wiz Exp $
+
+BLAKE2s (geomet-1.1.0.tar.gz) = 5e4557d1e6d8f831f564f937733754bf8130a829abf71d1af8917c766ecdf325
+SHA512 (geomet-1.1.0.tar.gz) = e447653ca33de589c539b37c60b84d315d8ffe2477fc126a669854e3fc30c047aef51a90aa237e2af10841c0ab6e8a9527d4ae7cd2b1b95f2d0a15c466d09f72
+Size (geomet-1.1.0.tar.gz) = 28732 bytes
Home |
Main Index |
Thread Index |
Old Index