mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: Remove python2-elib.intl.
* gnu/packages/python-xyz.scm (python2-elib.intl): Delete variable.
This commit is contained in:
parent
dd10d66a4c
commit
7f3aec372a
1 changed files with 0 additions and 28 deletions
|
@ -7097,34 +7097,6 @@ (define-public python-distutils-extra
|
|||
Python's distutils.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public python2-elib.intl
|
||||
(package
|
||||
(name "python2-elib.intl")
|
||||
(version "0.0.3")
|
||||
(source
|
||||
(origin
|
||||
;; This project doesn't tag releases or publish tarballs, so we take
|
||||
;; source from a (semi-arbitrary, i.e. latest as of now) git commit.
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dieterv/elib.intl")
|
||||
(commit "d09997cfef")))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0y7vzff9xgbnaay7m0va1arl6g68ncwrvbgwl7jqlclsahzzb09d"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; incompatible with Python 3 (exception syntax)
|
||||
`(#:python ,python-2
|
||||
#:tests? #f))
|
||||
(home-page "https://github.com/dieterv/elib.intl")
|
||||
(synopsis "Enhanced internationalization for Python")
|
||||
(description
|
||||
"The elib.intl module provides enhanced internationalization (I18N)
|
||||
services for your Python modules and applications.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public python-olefile
|
||||
(package
|
||||
(name "python-olefile")
|
||||
|
|
Loading…
Reference in a new issue