summaryrefslogtreecommitdiff
blob: 4a5a823bfd70239fe34cb8d5c0242a8fad90499d (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="PyAMF"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="PyAMF provides Action Message Format (AMF) support for Python"
HOMEPAGE="http://pyamf.org/"
SRC_URI="http://download.pyamf.org/releases/${MY_P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"
DOCS="CHANGES.txt INSTALL.txt MAINTAINERS.txt THANKS.txt"