From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/
Date: Thu, 25 Feb 2016 08:21:35 +0000 (UTC) [thread overview]
Message-ID: <1456388492.1044818deda3db9b106bac875e6d35012e317a83.jlec@gentoo> (raw)
commit: 1044818deda3db9b106bac875e6d35012e317a83
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 08:15:11 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 08:21:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1044818d
dev-python/autopep8: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/autopep8/Manifest | 1 +
dev-python/autopep8/autopep8-1.2.2.ebuild | 35 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 6c2ddbd..3c565dd 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -2,4 +2,5 @@ DIST autopep8-1.0.4.tar.gz 121476 SHA256 58883a80d501f6f5d97859f100414c6b6f6131f
DIST autopep8-1.1.1.tar.gz 123488 SHA256 6cdddca3ba69ecf68efefc00e50def2c6939029af3fab637fd797db76e64d3c0 SHA512 79301c1a6f5696daf29c3ac07d63c83c81b3c750b254ffd1d410dc5bc0711fda0dd7438ee062c60d4b69f5475518e959e963ac623851851955115d6b4a99c429 WHIRLPOOL 51be8fe86afcdd186bd4239b634a1919f671b9da07e9341c23d50fdc773d972753f79fb74e144cb1080dc20230a8e7eab5b9312b05452018e504ad2078176196
DIST autopep8-1.1.tar.gz 123305 SHA256 bf9e821b927169986dd5bbed20a3144afd7c4ddbb841e01d1deb09fd1121e7fa SHA512 6d82ae0ca0a20af2b5aeb467ec36ff0c1e76b45e72a712702e7002312915533c9c380c978fbd5787889a0b3a194b736b0bd830f1b61e302ecea95c968a7ac370 WHIRLPOOL 562bd3d27f90e7d7410ccd391c7245e87dd20ac165ed1153ccbc1500ccb90a9a83790028970dd74c49850d5870fab2c4c500c37ca06b3fd3f12e842af1f4ec31
DIST autopep8-1.2.1.tar.gz 105142 SHA256 d0a7cdc397e46be0d91a968acb3f561cc1b9244f5df94a2514cf32acfc8a2e94 SHA512 e19583cae0ba1c616192fadff60af591e8b43482ff62890c65c727e219378966306898d145f0d5173a81ff0043e93f8e01e99088d35c6555e41ce542b1f1ca6b WHIRLPOOL 0b96d28baa687a20d60e5cc4f7be56fd99302c0d8200470ccbe5b3ec8cc800ee2525cabc38b38ceadbc85ab53758698c76ed5379548cd418bb6bf0db94f50f5a
+DIST autopep8-1.2.2.tar.gz 105084 SHA256 ecc51614755c7f697e83478f87eb6bbd009075a397c15080f0311aaecbbdfca8 SHA512 9ece09284c75d0165609f93a932e79f19b244fe76143efbdddb03a39313e1c8de3e6c0cd1c29398ddd658c22ac929ea952bf43acd9ab79180622d9026c52cee3 WHIRLPOOL 16540fe72b4c65a4b859ae9ec9bedba419d9bb7072c562e26f5bedfdb1d9ef11991b016c937633ec50c3a3bfd5aa753a1a3aec5cd7ef2ab5a0f20f1417fb5372
DIST autopep8-1.2.tar.gz 155985 SHA256 dbd7015e55ebaa964fbd7c022fe75a5d280e6652be99aea86634eb4b68424752 SHA512 9f9cacbdc1cec4b4fb968d50600895ea411047a528c2a95c6b0cbfb437332eb4b793b190e591c7f36cb69ae4357294b47e7356384e880bd11c114436c112ec82 WHIRLPOOL 8a82a2f9ff5f932170be196721ec23f2e12a53c5182f0c82b2c71a640b6f86c6ba50c234dd08d2f6eae55dc08a1c29f26fc7ae1e10e50e007b176c2b312be956
diff --git a/dev-python/autopep8/autopep8-1.2.2.ebuild b/dev-python/autopep8/autopep8-1.2.2.ebuild
new file mode 100644
index 0000000..3dcb602
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 https://pypi.python.org/pypi/autopep8"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+ test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+ # Prevent UnicodeDecodeError with LANG=C
+ sed -e "/é/d" -i MANIFEST.in || die
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ esetup.py test
+}
next reply other threads:[~2016-02-25 8:21 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-25 8:21 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/ Michał Górny
2025-01-15 5:39 Michał Górny
2024-07-13 12:02 Michał Górny
2024-07-13 10:03 Arthur Zamarin
2024-06-29 16:58 Michał Górny
2024-06-29 14:47 Arthur Zamarin
2024-06-24 2:41 Michał Górny
2024-06-20 4:56 Michał Górny
2024-06-17 2:52 Michał Górny
2024-06-13 17:17 Michał Górny
2024-06-12 7:42 Michał Górny
2024-06-12 6:44 Arthur Zamarin
2024-05-31 4:22 Michał Górny
2024-05-31 4:22 Michał Górny
2024-05-29 4:17 Michał Górny
2024-05-23 2:11 Michał Górny
2024-04-06 9:35 Michał Górny
2024-04-06 9:30 Arthur Zamarin
2024-03-17 16:24 Michał Górny
2023-11-24 15:17 Arthur Zamarin
2023-11-06 13:25 Andrew Ammerlaan
2023-09-25 18:49 Michał Górny
2023-09-25 17:02 Arthur Zamarin
2023-08-27 15:59 Michał Górny
2023-08-26 5:31 Michał Górny
2023-04-05 8:19 Michał Górny
2023-04-05 7:36 Arthur Zamarin
2023-03-04 5:48 Michał Górny
2023-03-04 5:48 Michał Górny
2023-02-28 19:09 Sam James
2023-02-16 17:49 Arthur Zamarin
2022-12-16 11:32 Michał Górny
2022-11-29 8:11 Arthur Zamarin
2022-10-29 6:46 Arthur Zamarin
2022-10-28 7:09 Michał Górny
2022-09-25 18:26 Arthur Zamarin
2022-08-09 17:58 Arthur Zamarin
2022-05-18 11:16 Andrew Ammerlaan
2022-04-06 17:04 Michał Górny
2021-12-17 3:15 Sam James
2021-11-26 21:56 Michał Górny
2021-11-26 20:43 Arthur Zamarin
2021-10-24 7:29 Michał Górny
2021-08-07 20:59 Louis Sautier
2021-08-07 20:59 Louis Sautier
2021-06-05 21:01 Michał Górny
2021-04-30 12:22 Michał Górny
2021-04-29 10:21 Michał Górny
2021-04-25 9:18 Sergei Trofimovich
2021-04-25 9:18 Sergei Trofimovich
2021-03-17 7:48 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-02-04 8:17 Michał Górny
2021-01-01 1:49 Sam James
2020-10-18 19:19 Sam James
2020-10-18 19:10 Thomas Deutschmann
2020-10-16 12:00 Michał Górny
2020-09-14 9:51 David Seifert
2020-09-14 9:51 David Seifert
2020-08-01 21:23 Michał Górny
2020-06-01 0:18 Matt Turner
2020-05-15 17:33 Sergei Trofimovich
2020-05-06 6:41 Sergei Trofimovich
2020-05-03 21:55 Sergei Trofimovich
2020-03-26 11:48 Michał Górny
2020-03-26 11:48 Michał Górny
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-11-29 19:54 Michał Górny
2019-11-29 19:54 Michał Górny
2019-11-29 19:54 Michał Górny
2018-12-31 2:27 Denis Dupeyron
2018-09-09 21:41 Patrice Clement
2018-07-12 23:05 Patrice Clement
2018-04-29 10:30 Michał Górny
2017-12-13 0:09 Sebastian Pipping
2017-09-14 2:13 Tim Harder
2017-08-05 9:03 Michael Palimaka
2017-07-30 9:15 Michał Górny
2017-07-15 17:18 Tobias Klausmann
2017-05-27 15:36 David Seifert
2017-05-02 19:15 Michał Górny
2017-04-20 18:23 Michał Górny
2017-03-22 19:48 Markus Meier
2016-07-17 14:37 Patrick Lauer
2015-10-31 13:46 Justin Lecher
2015-09-20 9:33 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456388492.1044818deda3db9b106bac875e6d35012e317a83.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox