From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 06 08:05:55 2017 Received: (at 25808) by debbugs.gnu.org; 6 Mar 2017 13:05:55 +0000 Received: from localhost ([127.0.0.1]:41850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cksKo-0002cb-Vd for submit@debbugs.gnu.org; Mon, 06 Mar 2017 08:05:55 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:52053) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cksKn-0002cQ-0Z for 25808@debbugs.gnu.org; Mon, 06 Mar 2017 08:05:53 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id D9EBA20A6E; Mon, 6 Mar 2017 08:05:52 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Mon, 06 Mar 2017 08:05:52 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=Y1aoQp6GtMbr91tphhYrnENiEOI=; b=u6d8p1 +fqoONZmGjxblwZ8eOKIjmA0ZZwN1kV1NhBA/iSLMwb5kab1GNFIR3cILik6yR6R Dj6abMgQmHeHYHDPV75e50/IVdNmpLXJ0lu/J+VocpdyLmcZ7ELCWBhZKXHJchtm KZh92qqk+iiLD3KiWBqV8LLUs+4MVXo0UrE+A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Y1aoQp6GtMbr91 tphhYrnENiEOI=; b=P/RWECL07GVrvRSy3X4gM5sYcaVIb3daCbOCP8q2yVOnmr jHdf0ocSfqtEeDxiqG7WOUo3GJMzzmqTO8/7NUMQ8txiq1t2KBkPloRE2YHcYFNP H7Zd9KrmjT8DLh+vX7bsdI7cIfERyD/L0Bq/7SPbfZUEaTgK24utTlUs52jvM= X-ME-Sender: X-Sasl-enc: +ixB4hKb4tJGCPPIiUdDr7cyLFyUM8nvWsYGsDi5TJFC 1488805552 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 7829D7E184; Mon, 6 Mar 2017 08:05:52 -0500 (EST) From: Marius Bakke To: Troy Sankey , 25808@debbugs.gnu.org Subject: Re: bug#25808: [PATCH 6/8] gnu: Add python-incremental. In-Reply-To: <20170220063742.24691-7-sankeytms@gmail.com> References: <20170220063742.24691-1-sankeytms@gmail.com> <20170220063742.24691-7-sankeytms@gmail.com> User-Agent: Notmuch/0.23.7 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) Date: Mon, 06 Mar 2017 14:05:50 +0100 Message-ID: <871sua5zdd.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25808 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Troy Sankey writes: > * gnu/packages/python.scm (python-incremental, python2-incremental): New > variables. LGTM. It seems all of these packages needs indentation fix, so I won't nag about it further! > --- > gnu/packages/python.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index e91beff18..575ac67a8 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -12709,6 +12709,27 @@ Python. It is based on Parsing Expression Gramm= ars, PEG. With pyPEG you can > parse many formal languages.") > (license license:gpl2))) >=20=20 > +(define-public python-incremental > + (package > + (name "python-incremental") > + (version "16.10.1") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "incremental" version)) > + (sha256 > + (base32 > + "0hh382gsj5lfl3fsabblk2djngl4n5yy90xakinasyn41rr6pb8l")))) > + (build-system python-build-system) > + (home-page "https://github.com/hawkowl/incremental") > + (synopsis "Library for versioning Python projects") > + (description "Incremental is a small library that versions your Pyth= on > +projects.") > + (license license:expat))) > + > +(define-public python2-incremental > + (package-with-python2 python-incremental)) > + > (define-public python-automat > (package > (name "python-automat") > --=20 > 2.11.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAli9Xq8ACgkQoqBt8qM6 VPo9nwgAqTYuLjdvRS525sOEuXtQwailBDIPvwUa5rIv6iU4LfivXcJO3u0XjcRQ OFAAS6Hlpxy2jrwibQjrmygpa0Uy1lX2dXAjoxcmI4Suhs9JujWRR3Fry+hV/982 WMnP5rAMpVaz42Cxs7MlMqGjdngq+DgcQdLv7IEpcAlEHVK6J5I/qlO9b5BXccRY PVZPty9bIQMiyVQfbB2WXWK5xi50Vq8MwN1PiQ2Qo1PfQtNHXjDr3VUpsjQcNQYo QWmbQruIlQgZBXdIdkHPGoVm+cuAPQDRVn3eaymYS0TgIX8OMwf1cUq4e/20NTvB zTsZLqbtKciwxWIdaRmO8+hakvYtCA== =x1xF -----END PGP SIGNATURE----- --=-=-=--