diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-31 17:22:00 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-31 17:22:00 +0000 |
| commit | 0b2cc5b601d59959a241af1cef4b0926f0833020 (patch) | |
| tree | a6fcbc71c3c58ddf0522ceb47ae7a83166f04b52 /dev-python/pytz-python2/files | |
| parent | 865e7c7d85735ed07592f402d89b7569a6685387 (diff) | |
| download | baldeagleos-repo-0b2cc5b601d59959a241af1cef4b0926f0833020.tar.gz baldeagleos-repo-0b2cc5b601d59959a241af1cef4b0926f0833020.tar.xz baldeagleos-repo-0b2cc5b601d59959a241af1cef4b0926f0833020.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pytz-python2/files')
| -rw-r--r-- | dev-python/pytz-python2/files/2018.4-zoneinfo.patch | 12 | ||||
| -rw-r--r-- | dev-python/pytz-python2/files/pytz-python2-2018.4-zoneinfo-noinstall.patch | 18 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pytz-python2/files/2018.4-zoneinfo.patch b/dev-python/pytz-python2/files/2018.4-zoneinfo.patch deleted file mode 100644 index 2eeeab416d7f..000000000000 --- a/dev-python/pytz-python2/files/2018.4-zoneinfo.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/pytz/__init__.py -+++ b/pytz/__init__.py -@@ -91,8 +91,7 @@ - if zoneinfo_dir is not None: - filename = os.path.join(zoneinfo_dir, *name_parts) - else: -- filename = os.path.join(os.path.dirname(__file__), -- 'zoneinfo', *name_parts) -+ filename = os.path.join('/usr/share/zoneinfo', *name_parts) - if not os.path.exists(filename): - # http://bugs.launchpad.net/bugs/383171 - we avoid using this - # unless absolutely necessary to help when a broken version of diff --git a/dev-python/pytz-python2/files/pytz-python2-2018.4-zoneinfo-noinstall.patch b/dev-python/pytz-python2/files/pytz-python2-2018.4-zoneinfo-noinstall.patch deleted file mode 100644 index 9f8b93bf70a5..000000000000 --- a/dev-python/pytz-python2/files/pytz-python2-2018.4-zoneinfo-noinstall.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -15,15 +15,8 @@ - memail = 'stuart@stuartbishop.net' - packages = ['pytz'] - resources = ['zone.tab', 'locales/pytz.pot'] --for dirpath, dirnames, filenames in os.walk(os.path.join('pytz', 'zoneinfo')): -- # remove the 'pytz' part of the path -- basepath = dirpath.split(os.path.sep, 1)[1] -- resources.extend([os.path.join(basepath, filename) -- for filename in filenames]) - package_data = {'pytz': resources} - --assert len(resources) > 10, 'zoneinfo files not found!' -- - setup( - name='pytz', - version=pytz.VERSION, |
