diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-13 18:51:21 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-13 18:51:21 +0300 |
| commit | 05e14ad19cb09465d5bb7bf9924504cbc769b3e8 (patch) | |
| tree | fe3735b60725dcff6ef9641ddcb278ba6e30a798 | |
| parent | wigust: Remove emacs-helm-emms. (diff) | |
| download | guix-wigust-05e14ad19cb09465d5bb7bf9924504cbc769b3e8.tar.gz | |
Revert "gnu: Add python-fasteners."
This reverts commit 1e77e42145b9f7be067c0952166ad00ec656b121.
| -rw-r--r-- | wigust/packages/python.scm | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/wigust/packages/python.scm b/wigust/packages/python.scm index b2e5969..fca2f40 100644 --- a/wigust/packages/python.scm +++ b/wigust/packages/python.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017, 2018 Oleg Pykhalov <go.wigust@gmail.com> +;;; Copyright © 2017 Oleg Pykhalov <go.wigust@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -77,7 +77,6 @@ #:use-module (gnu packages python) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) - #:use-module (gnu packages time) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) @@ -284,35 +283,3 @@ database for a given name.") (define-public python2-unicode (package-with-python2 python-unicode)) - -(define-public python-fasteners - (package - (name "python-fasteners") - (version "0.14.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "fasteners" version)) - (sha256 - (base32 - "063y20kx01ihbz2mziapmjxi2cd0dq48jzg587xdsdp07xvpcz22")))) - (build-system python-build-system) - (propagated-inputs - `(("python-monotonic" ,python-monotonic) - ("python-six" ,python-six) - ("python-testtools" ,python-testtools))) - (home-page "https://github.com/harlowja/fasteners") - (synopsis "Python package that provides useful locks") - (description - "This package provides a python program that provides following locks: - -@itemize -@item Locking decorator -@item Reader-writer locks -@item Inter-process locks -@item Generic helpers -@end itemize\n") - (license license:asl2.0))) - -(define-public python2-fasteners - (package-with-python2 python-fasteners)) |
