pkgsrc-WIP-changes archive

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

py-xyzservices: Initial package



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed Feb 18 20:56:00 2026 -0700
Changeset:	e8ea01889c37b016cc84cfdd7a3b440c1175dbdf

Added Files:
	py-xyzservices/DESCR
	py-xyzservices/Makefile
	py-xyzservices/PLIST
	py-xyzservices/distinfo

Log Message:
py-xyzservices: Initial package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8ea01889c37b016cc84cfdd7a3b440c1175dbdf

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

diffstat:
 py-xyzservices/DESCR    |  3 +++
 py-xyzservices/Makefile | 21 +++++++++++++++++++++
 py-xyzservices/PLIST    | 29 +++++++++++++++++++++++++++++
 py-xyzservices/distinfo |  5 +++++
 4 files changed, 58 insertions(+)

diffs:
diff --git a/py-xyzservices/DESCR b/py-xyzservices/DESCR
new file mode 100644
index 0000000000..8b431a135e
--- /dev/null
+++ b/py-xyzservices/DESCR
@@ -0,0 +1,3 @@
+xyzservices is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. The repository is provided via Python API and as a compressed JSON file.
+
+XYZ tiles can be used as background for your maps to provide necessary spatial context. xyzservices offer specifications of many tile services and provide an easy-to-use tools to plug them into your work, no matter if interactive or static.
diff --git a/py-xyzservices/Makefile b/py-xyzservices/Makefile
new file mode 100644
index 0000000000..d7c6c1ada2
--- /dev/null
+++ b/py-xyzservices/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	xyzservices-2025.11.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	geography 
+MASTER_SITES=	${MASTER_SITE_PYPI:=x/xyzservices/}
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://github.com/geopandas/xyzservices
+COMMENT=	Source of XYZ tiles providers
+LICENSE=	modified-bsd
+
+TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-xyzservices/PLIST b/py-xyzservices/PLIST
new file mode 100644
index 0000000000..ffdbdb538f
--- /dev/null
+++ b/py-xyzservices/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/xyzservices/__init__.py
+${PYSITELIB}/xyzservices/__init__.pyc
+${PYSITELIB}/xyzservices/__init__.pyo
+${PYSITELIB}/xyzservices/data/__init__.py
+${PYSITELIB}/xyzservices/data/__init__.pyc
+${PYSITELIB}/xyzservices/data/__init__.pyo
+${PYSITELIB}/xyzservices/data/providers.json
+${PYSITELIB}/xyzservices/lib.py
+${PYSITELIB}/xyzservices/lib.pyc
+${PYSITELIB}/xyzservices/lib.pyo
+${PYSITELIB}/xyzservices/providers.py
+${PYSITELIB}/xyzservices/providers.pyc
+${PYSITELIB}/xyzservices/providers.pyo
+${PYSITELIB}/xyzservices/tests/__init__.py
+${PYSITELIB}/xyzservices/tests/__init__.pyc
+${PYSITELIB}/xyzservices/tests/__init__.pyo
+${PYSITELIB}/xyzservices/tests/test_lib.py
+${PYSITELIB}/xyzservices/tests/test_lib.pyc
+${PYSITELIB}/xyzservices/tests/test_lib.pyo
+${PYSITELIB}/xyzservices/tests/test_providers.py
+${PYSITELIB}/xyzservices/tests/test_providers.pyc
+${PYSITELIB}/xyzservices/tests/test_providers.pyo
+share/xyzservices/providers.json
diff --git a/py-xyzservices/distinfo b/py-xyzservices/distinfo
new file mode 100644
index 0000000000..45e993e460
--- /dev/null
+++ b/py-xyzservices/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xyzservices-2025.11.0.tar.gz) = 1a912dd209fb477914d5bdad868119323750f036494a1e5bd241f36e3994438b
+SHA512 (xyzservices-2025.11.0.tar.gz) = 78533b9036a6ca9f5e6e73326223f24405d9b55dc1ff43c360e4ab7b07343a7dc16e49643c43aaf27410efd680899987da2bc3f6df9e6e4120df96635c6e9e75
+Size (xyzservices-2025.11.0.tar.gz) = 1135703 bytes


Home | Main Index | Thread Index | Old Index