{'description': {'en': 'Calculate Overlay'}, 'homepage': 'http://www.calculate-linux.org', 'name': 'calculate', 'owner': [{'email': 'at@calculate.ru', 'type': 'person'}], 'quality': 'experimental', 'source': [{'type': 'git', 'uri': 'git://git.calculate.ru/calculate/overlay.git'}], 'status': 'unofficial'} $ pmaint sync calculate warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only You can replace "git config" with "git config --global" to set a default preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. From git://git.calculate.ru/calculate/overlay 3b43d74ad..f3d226cf0 master -> origin/master eb68e47a0..f3d226cf0 develop -> origin/develop 3b43d74ad..f3d226cf0 master64 -> origin/master64 eb68e47a0..f3d226cf0 update -> origin/update * [new tag] 2216 -> 2216 Updating 3b43d74ad..f3d226cf0 Fast-forward ...4.0-r2.ebuild => cffi-python2-1.14.0-r3.ebuild} | 2 +- ...1.ebuild => cryptography-python2-2.9-r2.ebuild} | 2 +- dev-python/faulthandler-python2/Manifest | 1 + .../faulthandler-python2-3.0.ebuild | 32 ++ dev-python/faulthandler-python2/metadata.xml | 11 + dev-python/lxml-python2/Manifest | 1 + .../lxml-python2/files/lxml-4.5.0-tests-pypy.patch | 434 +++++++++++++++++++++ .../lxml-python2/lxml-python2-4.5.2-r1.ebuild | 68 ++++ dev-python/lxml-python2/metadata.xml | 10 + dev-python/ply-python2/Manifest | 1 + .../ply-python2/files/3.6-picklefile-IOError.patch | 24 ++ dev-python/ply-python2/metadata.xml | 23 ++ dev-python/ply-python2/ply-python2-3.11.ebuild | 32 ++ dev-python/pycairo-python2/Manifest | 1 + .../files/pycairo-1.19.1-py39.patch | 26 ++ dev-python/pycairo-python2/metadata.xml | 7 + .../pycairo-python2/pycairo-python2-1.18.2.ebuild | 44 +++ dev-python/pycparser-python2/Manifest | 1 + dev-python/pycparser-python2/metadata.xml | 11 + .../pycparser-python2-2.20.ebuild | 55 +++ dev-python/pyopengl-python2/Manifest | 1 + dev-python/pyopengl-python2/metadata.xml | 11 + .../pyopengl-python2/pyopengl-python2-3.1.0.ebuild | 33 ++ ...0.ebuild => pyopenssl-python2-19.1.0-r1.ebuild} | 2 +- dev-python/six-python2/Manifest | 1 + dev-python/six-python2/metadata.xml | 12 + dev-python/six-python2/six-python2-1.15.0.ebuild | 32 ++ ...lib-1.0.0-r3.ebuild => soaplib-1.0.0-r4.ebuild} | 2 +- dev-python/wxpython2/Manifest | 1 + .../wxpython-2.8-no-preservatives-added.patch | 16 + .../files/wxpython-2.8.11-drop-editra.patch | 48 +++ .../wxpython-2.8.12.1-disable-egging-mode.patch | 34 ++ .../files/wxpython-3.0-wxversion-demo.patch | 10 + .../files/wxpython-3.0.0.0-wxversion-scripts.patch | 211 ++++++++++ .../wxpython2/files/wxpython-4.0.6-no-webkit.patch | 27 ++ .../files/wxpython-4.0.6-skip-broken-tests.patch | 91 +++++ dev-python/wxpython2/metadata.xml | 17 + dev-python/wxpython2/wxpython2-3.0.2.0.ebuild | 141 +++++++ eclass/calculate-utils-r10.eclass | 2 +- ....9.3-r2.ebuild => displaycal-3.8.9.3-r3.ebuild} | 13 +- profiles/default/package.keywords/default | 4 +- profiles/default/package.keywords/depends | 10 +- profiles/default/package.use/python | 68 ++-- sys-apps/calculate-utils/Manifest | 1 + .../calculate-utils/calculate-utils-3.6.8.9.ebuild | 25 ++ sys-kernel/calculate-sources/Manifest | 6 +- ...46.ebuild => calculate-sources-4.19.148.ebuild} | 0 ...4.66.ebuild => calculate-sources-5.4.68.ebuild} | 0 ...8.10.ebuild => calculate-sources-5.8.12.ebuild} | 0 49 files changed, 1556 insertions(+), 49 deletions(-) rename dev-python/cffi-python2/{cffi-python2-1.14.0-r2.ebuild => cffi-python2-1.14.0-r3.ebuild} (96%) rename dev-python/cryptography-python2/{cryptography-python2-2.9-r1.ebuild => cryptography-python2-2.9-r2.ebuild} (97%) create mode 100644 dev-python/faulthandler-python2/Manifest create mode 100644 dev-python/faulthandler-python2/faulthandler-python2-3.0.ebuild create mode 100644 dev-python/faulthandler-python2/metadata.xml create mode 100644 dev-python/lxml-python2/Manifest create mode 100644 dev-python/lxml-python2/files/lxml-4.5.0-tests-pypy.patch create mode 100644 dev-python/lxml-python2/lxml-python2-4.5.2-r1.ebuild create mode 100644 dev-python/lxml-python2/metadata.xml create mode 100644 dev-python/ply-python2/Manifest create mode 100644 dev-python/ply-python2/files/3.6-picklefile-IOError.patch create mode 100644 dev-python/ply-python2/metadata.xml create mode 100644 dev-python/ply-python2/ply-python2-3.11.ebuild create mode 100644 dev-python/pycairo-python2/Manifest create mode 100644 dev-python/pycairo-python2/files/pycairo-1.19.1-py39.patch create mode 100644 dev-python/pycairo-python2/metadata.xml create mode 100644 dev-python/pycairo-python2/pycairo-python2-1.18.2.ebuild create mode 100644 dev-python/pycparser-python2/Manifest create mode 100644 dev-python/pycparser-python2/metadata.xml create mode 100644 dev-python/pycparser-python2/pycparser-python2-2.20.ebuild create mode 100644 dev-python/pyopengl-python2/Manifest create mode 100644 dev-python/pyopengl-python2/metadata.xml create mode 100644 dev-python/pyopengl-python2/pyopengl-python2-3.1.0.ebuild rename dev-python/pyopenssl-python2/{pyopenssl-python2-19.1.0.ebuild => pyopenssl-python2-19.1.0-r1.ebuild} (95%) create mode 100644 dev-python/six-python2/Manifest create mode 100644 dev-python/six-python2/metadata.xml create mode 100644 dev-python/six-python2/six-python2-1.15.0.ebuild rename dev-python/soaplib/{soaplib-1.0.0-r3.ebuild => soaplib-1.0.0-r4.ebuild} (96%) create mode 100644 dev-python/wxpython2/Manifest create mode 100644 dev-python/wxpython2/files/wxpython-2.8-no-preservatives-added.patch create mode 100644 dev-python/wxpython2/files/wxpython-2.8.11-drop-editra.patch create mode 100644 dev-python/wxpython2/files/wxpython-2.8.12.1-disable-egging-mode.patch create mode 100644 dev-python/wxpython2/files/wxpython-3.0-wxversion-demo.patch create mode 100644 dev-python/wxpython2/files/wxpython-3.0.0.0-wxversion-scripts.patch create mode 100644 dev-python/wxpython2/files/wxpython-4.0.6-no-webkit.patch create mode 100644 dev-python/wxpython2/files/wxpython-4.0.6-skip-broken-tests.patch create mode 100644 dev-python/wxpython2/metadata.xml create mode 100644 dev-python/wxpython2/wxpython2-3.0.2.0.ebuild rename media-gfx/displaycal/{displaycal-3.8.9.3-r2.ebuild => displaycal-3.8.9.3-r3.ebuild} (86%) create mode 100644 sys-apps/calculate-utils/calculate-utils-3.6.8.9.ebuild rename sys-kernel/calculate-sources/{calculate-sources-4.19.146.ebuild => calculate-sources-4.19.148.ebuild} (100%) rename sys-kernel/calculate-sources/{calculate-sources-5.4.66.ebuild => calculate-sources-5.4.68.ebuild} (100%) rename sys-kernel/calculate-sources/{calculate-sources-5.8.10.ebuild => calculate-sources-5.8.12.ebuild} (100%) *** syncing calculate *** synced calculate * Sync succeeded $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 1 calculate * Cache regenerated successfully