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 C9409138334 for ; Thu, 28 Jun 2018 12:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F0B5E087C; Thu, 28 Jun 2018 12:20:44 +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 2B8A3E087D for ; Thu, 28 Jun 2018 12:20:44 +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 D9084335CB7 for ; Thu, 28 Jun 2018 12:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82FD34F for ; Thu, 28 Jun 2018 12:20:39 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1530188408.1e608013e69dac8cc0cc329bc323b3adcb8c6fed.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gsd/Manifest dev-python/gsd/gsd-1.5.3.ebuild dev-python/gsd/metadata.xml X-VCS-Directories: dev-python/gsd/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 1e608013e69dac8cc0cc329bc323b3adcb8c6fed X-VCS-Branch: master Date: Thu, 28 Jun 2018 12:20:39 +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: 9f275f8b-1ec7-4975-bcae-69bf42f6c781 X-Archives-Hash: 6e347693e9b1712710a88bcc53fa079a commit: 1e608013e69dac8cc0cc329bc323b3adcb8c6fed Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jun 28 12:11:32 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jun 28 12:20:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e608013 dev-python/gsd: Initial import Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/gsd/Manifest | 1 + dev-python/gsd/gsd-1.5.3.ebuild | 21 +++++++++++++++++++++ dev-python/gsd/metadata.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest new file mode 100644 index 00000000000..f12001a1319 --- /dev/null +++ b/dev-python/gsd/Manifest @@ -0,0 +1 @@ +DIST gsd-v1.5.3.tar.gz 240114 BLAKE2B 076d888f03350fba2388c907787354e878a1536c7d85c759eb3513102ee2abffe2c9313a6e9e208726d66d6324dac02ae70d8872342f9bcb162ad13d9a23dbc3 SHA512 893db74dc481da47d6c51ea0d0d9faefbe164edfaeb5a2ed73e25acbd9dc42c3cf28cbc0d9257c6bf0cc0e9911ab85cfa72997886350c0e7c125d30636ec432a diff --git a/dev-python/gsd/gsd-1.5.3.ebuild b/dev-python/gsd/gsd-1.5.3.ebuild new file mode 100644 index 00000000000..2851d2ecca8 --- /dev/null +++ b/dev-python/gsd/gsd-1.5.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="GSD - file format specification and a library to read and write it" +HOMEPAGE="https://bitbucket.org/glotzer/gsd" +SRC_URI="https://glotzerlab.engin.umich.edu/Downloads/${PN}/${PN}-v${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/numpy[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${PN}-v${PV}" diff --git a/dev-python/gsd/metadata.xml b/dev-python/gsd/metadata.xml new file mode 100644 index 00000000000..b68a232b6ca --- /dev/null +++ b/dev-python/gsd/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + alexxy@gentoo.org + Alexey Shvetsov + +