From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2A15138334 for ; Sun, 15 Jul 2018 00:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D039FE0825; Sun, 15 Jul 2018 00:47:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9071DE0825 for ; Sun, 15 Jul 2018 00:47:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5D78335C9A for ; Sun, 15 Jul 2018 00:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 595FC36B for ; Sun, 15 Jul 2018 00:47:48 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1531615663.8db49feedb1d9eeed7108a2a3a20c4243f2862c9.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imagesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/imagesize/imagesize-0.7.1.ebuild dev-python/imagesize/metadata.xml X-VCS-Directories: dev-python/imagesize/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 8db49feedb1d9eeed7108a2a3a20c4243f2862c9 X-VCS-Branch: master Date: Sun, 15 Jul 2018 00:47:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 57e00cb9-8b6e-47b6-a679-35b781cf47d2 X-Archives-Hash: 4af1ab2c15c54a534877532385294d8b commit: 8db49feedb1d9eeed7108a2a3a20c4243f2862c9 Author: Louis Sautier gentoo org> AuthorDate: Sun Jul 15 00:10:36 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Jul 15 00:47:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db49fee dev-python/imagesize: update DESCRIPTION and upstream metadata Package-Manager: Portage-2.3.42, Repoman-2.3.9 dev-python/imagesize/imagesize-0.7.1.ebuild | 4 ++-- dev-python/imagesize/metadata.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index b612ff39ade..c4f69669e4c 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 -DESCRIPTION="Getting image size from png/jpeg/jpeg2000/gif file" +DESCRIPTION="Pure Python module for getting image size from png/jpeg/jpeg2000/gif files" HOMEPAGE="https://github.com/shibukawa/imagesize_py" SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abec07209a58308831c9f292504e826/${P}.tar.gz" diff --git a/dev-python/imagesize/metadata.xml b/dev-python/imagesize/metadata.xml index 1d45d9286d9..5a1a7480cf2 100644 --- a/dev-python/imagesize/metadata.xml +++ b/dev-python/imagesize/metadata.xml @@ -5,6 +5,8 @@ python@gentoo.org + imagesize shibukawa/imagesize_py + https://github.com/shibukawa/imagesize_py/issues