mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 07:11:08 +02:00
pybonjour: a new ebuild, required by PonyDebugger
This commit is contained in:
parent
21320c1891
commit
66dad530f3
2 changed files with 24 additions and 0 deletions
2
dev-python/pybonjour/Manifest
Normal file
2
dev-python/pybonjour/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST pybonjour-1.1.1.tar.gz 18672 SHA256 006175b0fa6ef555fe8970132db81332827662a680d5f64dcb005bfcc80299ad SHA512 4d2d8d51f37c600d123ad0d2bb83b55b1c07faa1bf0a336e28dadd715234a3c2ed30082f7b1c49dcaa8cb469223932520086275e3151bcd796d70118af9aff1f WHIRLPOOL 1626568a9a3127b3707f0ea2405d5b3a6a05c5d0bb09920aeff7b0e5c41fb3cb59394cc4a126be8355fa2d97c08aaa8d4207141a664996406c18ba47b028b13f
|
||||
EBUILD pybonjour-1.1.1.ebuild 518 SHA256 612d101d1eaedc85a0cd081a89607fd09fe4fbfc5070dfd4485a4b8ebbacff87 SHA512 c9cbf0d14402cf96306a18576691dceecf0ab6110dfde3b358c1c8576383aaac9d20fa00c917d9c84f054f141b0eff4b44dcf704bcf3015ee7f95a81a3aa0c71 WHIRLPOOL 7106934ffc6288a01d51a1ffaff50c16f7e065ca111e724303250bcc8836cb13d0b6e874f08cf35abf089e3abcb797843b704cb48d44ef769c428064c17639fa
|
||||
22
dev-python/pybonjour/pybonjour-1.1.1.ebuild
Normal file
22
dev-python/pybonjour/pybonjour-1.1.1.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to Apple Bonjour and compatible DNS-SD libraries (Avahi)"
|
||||
HOMEPAGE="http://code.google.com/p/pybonjour/"
|
||||
SRC_URI="http://pybonjour.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/setuptools
|
||||
net-dns/avahi[mdnsresponder-compat]"
|
||||
DEPEND=""
|
||||
Loading…
Reference in a new issue