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 593A5138334 for ; Fri, 31 Aug 2018 18:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A6FBE0871; Fri, 31 Aug 2018 18:24:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CAB1CE0871 for ; Fri, 31 Aug 2018 18:24:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2F3A0335CC6 for ; Fri, 31 Aug 2018 18:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69B4E3B7 for ; Fri, 31 Aug 2018 18:24:25 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1535739623.020abbecb4c895b21a974758b034d01768f9e42e.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzbar/Manifest dev-python/pyzbar/pyzbar-0.1.5.ebuild dev-python/pyzbar/pyzbar-0.1.7.ebuild X-VCS-Directories: dev-python/pyzbar/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 020abbecb4c895b21a974758b034d01768f9e42e X-VCS-Branch: master Date: Fri, 31 Aug 2018 18:24:25 +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: 03946989-ec9b-4170-8588-f19511c50643 X-Archives-Hash: 7b642a02d34caefc78d7665f85c543b1 commit: 020abbecb4c895b21a974758b034d01768f9e42e Author: Oleksandr Trotsenko gmail com> AuthorDate: Thu Aug 30 04:44:43 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Aug 31 18:20:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020abbec dev-python/pyzbar: Introducing support for Python3.7 Introducing support for Python 3.7. Dropping Python 3.4 because repoman was complaining about unmet dependencies. Bumping to latest upstream version. Closes: https://bugs.gentoo.org/663158 Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-python/pyzbar/Manifest | 1 + dev-python/pyzbar/pyzbar-0.1.5.ebuild | 2 +- dev-python/pyzbar/{pyzbar-0.1.5.ebuild => pyzbar-0.1.7.ebuild} | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pyzbar/Manifest b/dev-python/pyzbar/Manifest index 17148c74c09..c9e8cffa681 100644 --- a/dev-python/pyzbar/Manifest +++ b/dev-python/pyzbar/Manifest @@ -1 +1,2 @@ DIST pyzbar-0.1.5.tar.gz 29654 BLAKE2B 2909ccae347139472398ccbf24ab304084946f649694e820bb62f8298076007ac7cb02acf02087e3ed5d59fb8a32f1f6b61b0af50a85753b0dd182029e98bc5c SHA512 785c3e4cc5b44a1035004e4b4dd2ee538613aa021300b84c6183cc457c751fe4b4a419241608ef0e5e548d312596a0d5f4857a7b1388c6cef77fd021a0e0034a +DIST pyzbar-0.1.7.tar.gz 41551 BLAKE2B 497e920935ec6a50557123e2d78709c935284bfcff32705f8aebad3e13ead4ced7d6822adc8f377a94eb21603f81ddc4f563df9bc92b399e6244a9dee12f2163 SHA512 74b56658db7a8dc2d7a716992c001ec52a2befc9e31c41ecf7e5e1f277d4188963ef79a2433fc4befdd15d2f6e3f47c4f064582b530eef028c55e07e2c88dbbe diff --git a/dev-python/pyzbar/pyzbar-0.1.5.ebuild b/dev-python/pyzbar/pyzbar-0.1.5.ebuild index 402f0bd97da..eb56c264843 100644 --- a/dev-python/pyzbar/pyzbar-0.1.5.ebuild +++ b/dev-python/pyzbar/pyzbar-0.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Read one-dimensional barcodes and QR codes from Python" diff --git a/dev-python/pyzbar/pyzbar-0.1.5.ebuild b/dev-python/pyzbar/pyzbar-0.1.7.ebuild similarity index 94% copy from dev-python/pyzbar/pyzbar-0.1.5.ebuild copy to dev-python/pyzbar/pyzbar-0.1.7.ebuild index 402f0bd97da..eb56c264843 100644 --- a/dev-python/pyzbar/pyzbar-0.1.5.ebuild +++ b/dev-python/pyzbar/pyzbar-0.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"