aboutsummaryrefslogtreecommitdiff
blob: b02d490c87d80cd9df2e9d78e5ec543f42600b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

MY_PN="PyCifRW"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Provides support for reading and writing of CIF using python"
HOMEPAGE="http://anbf2.kek.jp/CIF/"
SRC_URI="http://anbf2.kek.jp/downloads/CIF/${MY_P}.tar.gz"

LICENSE="ASRP"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"