Add flukeformac dependencies using my g-pypi tip.
authorW. Trevor King <wking@drexel.edu>
Wed, 8 Jun 2011 16:42:18 +0000 (12:42 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 8 Jun 2011 16:42:18 +0000 (12:42 -0400)
dev-python/appscript/Manifest [new file with mode: 0644]
dev-python/appscript/appscript-1.0.0.ebuild [new file with mode: 0644]
dev-python/mutagen/Manifest [new file with mode: 0644]
dev-python/mutagen/mutagen-1.20.ebuild [new file with mode: 0644]

diff --git a/dev-python/appscript/Manifest b/dev-python/appscript/Manifest
new file mode 100644 (file)
index 0000000..d653cfc
--- /dev/null
@@ -0,0 +1,2 @@
+DIST appscript-1.0.0.tar.gz 412617 RMD160 139c72926223bf69fad54225221948025a51d350 SHA1 86e0675b0e8aced26320d00cf234eef3a74835ce SHA256 ed15d00ef41f8705da7e60833c7e4a56633135d903aeaba0231f8b4ca9c91843
+EBUILD appscript-1.0.0.ebuild 441 RMD160 0a0a04490fcfd1c6ea923b71d4073476690a39ae SHA1 d6a66726da5b3fe4183770af74041661ffbdc321 SHA256 8622ed1c85d858054047adb249aa600dd1622ed2699f6246fb710c20e23fda4a
diff --git a/dev-python/appscript/appscript-1.0.0.ebuild b/dev-python/appscript/appscript-1.0.0.ebuild
new file mode 100644 (file)
index 0000000..e21b898
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="*"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Control AppleScriptable applications from Python."
+HOMEPAGE="http://appscript.sourceforge.net"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="public-domain"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+DEPEND="dev-python/setuptools"
diff --git a/dev-python/mutagen/Manifest b/dev-python/mutagen/Manifest
new file mode 100644 (file)
index 0000000..798c703
--- /dev/null
@@ -0,0 +1,2 @@
+DIST mutagen-1.20.tar.gz 651649 RMD160 e8edceba11d670cdd3021429debcf454e11d4d96 SHA1 7a8c1918160e6b5d24acd146f57c08ed942a2fa8 SHA256 7e56c478de154fdcd00d257ebc77be8718188f1a0db916f51f129b7ca01de6e7
+EBUILD mutagen-1.20.ebuild 504 RMD160 030cce282e1cbd67f7ccfd32bfef57bcc1e915ab SHA1 3809e4870b735a5a0c6b8273cfe558028561fc3a SHA256 a4dae397ef8f85c9509c18926451a4131d2ffdc6ad284d317d5fe7741d00d02e
diff --git a/dev-python/mutagen/mutagen-1.20.ebuild b/dev-python/mutagen/mutagen-1.20.ebuild
new file mode 100644 (file)
index 0000000..bb0ca32
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="*"
+SUPPORT_PYTHON_ABIS="1"
+
+PYTHON_MODNAME="mutagen"
+
+inherit distutils
+
+DESCRIPTION="read and write audio tags for many formats"
+HOMEPAGE="http://code.google.com/p/mutagen/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+
+src_test() {
+       PYTHONPATH=. "${python}" setup.py test || die "tests failed"
+}