~ruther/guix-local

e08739c3c6d5e1fe7bf5c28a889a50086fb873db — Christopher Allan Webber 10 years ago af5a460
gnu: Add python2-apipkg.

* gnu/packages/python.scm (python2-apipkg): New variable.
1 files changed, 9 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +9 -1
@@ 6850,7 6850,15 @@ applications.")
package and greatly reduce the number of imports for your users.  It is a small
pure Python module that works on virtually all Python versions.")
    (home-page "https://bitbucket.org/hpk42/apipkg")
    (license license:expat)))
    (license license:expat)
    (properties `((python2-variant . ,(delay python2-apipkg))))))

(define-public python2-apipkg
  (package
    (inherit (package-with-python2
              (strip-python2-variant python-apipkg)))
    (native-inputs
     `(("python2-setuptools" ,python2-setuptools)))))

(define-public python-execnet
  (package