Package Details: pygreat-git v2019.5.1.dev0.6.g1e982b2-1

Git Clone URL: https://aur.archlinux.org/pygreat-git.git (read-only, click to copy)
Package Base: pygreat-git
Description: A library to help you do Great things
Upstream URL: https://github.com/yuvadm/libgreat
Licenses: BSD
Provides: pygreat
Submitter: yuvadm
Maintainer: None
Last Packager: yuvadm
Votes: 0
Popularity: 0.000000
First Submitted: 2019-07-10 07:07 (UTC)
Last Updated: 2019-07-14 09:46 (UTC)

Latest Comments

phillid commented on 2021-08-23 07:02 (UTC) (edited on 2021-08-23 07:02 (UTC) by phillid)

It looks like the patch has been (mostly) upstreamed, and I can build this package and greatfet-git from upstream repos with only one minor patch:

diff --git a/host/setup.py b/host/setup.py
index fb50f6c..d7cb0fd 100644
--- a/host/setup.py
+++ b/host/setup.py
@@ -32,7 +32,7 @@ setup(
     author='Katherine J. Temkin',
     author_email='ktemkin@greatscottgadgets.com',
     tests_require=[''],
-    install_requires=['pyusb', 'future', 'backports.functools_lru_cache'],
+    install_requires=['pyusb', 'future', 'backports.functools_lru_cache;python_version<"3.3"'],
     description='Python library for talking with libGreat devices',
     long_description=read('README.md'),
     packages=find_packages(),
--

Would it be better to use a patch in this package, instead of a complete fork which falls behind upstream?

BR David

yuvadm commented on 2019-07-14 09:46 (UTC)

Package currently uses my fork until upstream is fixed