From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1189340-garchives=archives.gentoo.org@lists.gentoo.org> 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 AEABD13835A for <garchives@archives.gentoo.org>; Mon, 20 Jul 2020 14:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E905CE087B; Mon, 20 Jul 2020 14:40:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D4E73E087B for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jul 2020 14:40:38 +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 35B7E34F417 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jul 2020 14:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CE3D2E5 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Jul 2020 14:40:08 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1595256001.9e017b97a08fb7fa57dcffdfa773d7f8ff1e6992.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bitstring/Manifest dev-python/bitstring/bitstring-3.1.7.ebuild X-VCS-Directories: dev-python/bitstring/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9e017b97a08fb7fa57dcffdfa773d7f8ff1e6992 X-VCS-Branch: master Date: Mon, 20 Jul 2020 14:40:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0b1b783-2929-4103-9d83-c21023f3128a X-Archives-Hash: 57452942ce5badc6582c35faf48e1f00 commit: 9e017b97a08fb7fa57dcffdfa773d7f8ff1e6992 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 20 14:25:57 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 20 14:40:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e017b97 dev-python/bitstring: Bump to 3.1.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/bitstring/Manifest | 1 + dev-python/bitstring/bitstring-3.1.7.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/bitstring/Manifest b/dev-python/bitstring/Manifest index 6fabc98b857..33be12f9019 100644 --- a/dev-python/bitstring/Manifest +++ b/dev-python/bitstring/Manifest @@ -1 +1,2 @@ DIST bitstring-3.1.6.tar.gz 751557 BLAKE2B e35735fac2f99832585e909b48faecec2c03f0bf41cb73d1eb1361269811c32a921c8f61762e107b2065adba38bbb40103e53909ed14dd84814eb323b73bc911 SHA512 d78d91f92f60044948199e4fa5ec48c8007268f725e5230d6c8be44a6ced578e61a2c2f8751822f191a909057f38d358a8c944f357a5f9ea98adb6baae3a0da2 +DIST bitstring-3.1.7.tar.gz 407574 BLAKE2B aef290b174ca4cfb756778683e956ba083a8a51cc77d6232477318f91d6d1aee495967722e97a090353032ab99db97f72f3e4d5835e6a841c5076f788ffff456 SHA512 57a48cf279f1e0e2ea8e1ce436cd8c256325f6f9e9ad340b8c28c2954712faf8473e5779aeff4d66b4c596dbeb4cb39ea3328d5c22dcb4d8b0ee0a7098023561 diff --git a/dev-python/bitstring/bitstring-3.1.7.ebuild b/dev-python/bitstring/bitstring-3.1.7.ebuild new file mode 100644 index 00000000000..1b5e8ad1507 --- /dev/null +++ b/dev-python/bitstring/bitstring-3.1.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="A pure Python module for creation and analysis of binary data" +HOMEPAGE="https://github.com/scott-griffiths/bitstring" +SRC_URI="https://github.com/scott-griffiths/${PN}/archive/${P}.tar.gz" +S=${WORKDIR}/${PN}-${P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +distutils_enable_tests unittest + +DOCS=( README.rst release_notes.txt ) + +src_test() { + cd test || die + distutils-r1_src_test +}