1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

[WIP] Pushed for backup.

... Do not build this as of yet ...
This commit is contained in:
j1nx
2023-06-01 15:16:04 +02:00
parent 5c7af8b058
commit c6460b9307
417 changed files with 43487 additions and 76 deletions

View File

@@ -1,38 +0,0 @@
From aabf33f93a95b4ccbd900dfee2b7508227ee9ac7 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
Date: Thu, 7 Jan 2021 19:21:24 +0100
Subject: [PATCH 1/1] No package name variables
---
setup.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/setup.py b/setup.py
index d2afc06..0cfac34 100755
--- a/setup.py
+++ b/setup.py
@@ -11,15 +11,15 @@ setup(
# version: in VERSION file https://packaging.python.org/guides/single-sourcing-package-version/
# With this approach you must make sure that the VERSION file is included in all your source
# and binary distributions (e.g. add include VERSION to your MANIFEST.in).
- author='Jannik Michelfeit',
+ author='J. Michelfeit',
author_email='python@michelfe.it',
license='MIT licence',
- url=f'https://github.com/MrMinimal64/{PACKAGE_NAME}', # use the URL to the github repo
+ url='https://github.com/MrMinimal64/timezonefinder', # use the URL to the github repo
project_urls={
- "Source Code": f"https://github.com/MrMinimal64/{PACKAGE_NAME}",
- "Documentation": f"https://{PACKAGE_NAME}.readthedocs.io/en/latest/",
- "Changelog": f"https://github.com/MrMinimal64/{PACKAGE_NAME}/blob/master/CHANGELOG.rst",
- "License": f"https://github.com/MrMinimal64/{PACKAGE_NAME}/blob/master/LICENSE",
+ "Source Code": "https://github.com/MrMinimal64/timezonefinder",
+ "Documentation": "https://timezonefinder.readthedocs.io/en/latest/",
+ "Changelog": "https://github.com/MrMinimal64/timezonefinder/blob/master/CHANGELOG.rst",
+ "License": "https://github.com/MrMinimal64/timezonefinder/blob/master/LICENSE",
},
keywords='timezone coordinates latitude longitude location pytzwhere tzwhere',
classifiers=[
--
2.20.1

View File

@@ -1,2 +1,2 @@
# md5, sha256 from https://pypi.org/pypi/
sha256 d8a05c207aab92d6f01b426dc4bcef08118ec31cf4504bd4011c7551f3160694 timezonefinder-5.0.0.tar.gz
sha256 d41fd2650bb4221fae5a61f9c2767158f9727c4aaca95e24da86394feb704220 timezonefinder-6.2.0.tar.gz

View File

@@ -4,10 +4,10 @@
#
################################################################################
PYTHON_TIMEZONEFINDER_VERSION = 5.0.0
PYTHON_TIMEZONEFINDER_VERSION = 6.2.0
PYTHON_TIMEZONEFINDER_SOURCE = timezonefinder-$(PYTHON_TIMEZONEFINDER_VERSION).tar.gz
PYTHON_TIMEZONEFINDER_SITE = https://files.pythonhosted.org/packages/74/d2/e6cc8edf6a6da56c5311776334b4bd2a271757573dd020592a8540512b88
PYTHON_TIMEZONEFINDER_SETUP_TYPE = setuptools
PYTHON_TIMEZONEFINDER_SITE = https://files.pythonhosted.org/packages/e7/68/86c8d0b21573150eb7b3c66da2c451159b0159c15d3d59b17777ea557f48
PYTHON_TIMEZONEFINDER_SETUP_TYPE = pep517 #flit #setuptools
PYTHON_TIMEZONEFINDER_DEPENDENCIES = host-python-numpy
$(eval $(python-package))