X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 321D7DC1B88 for ; Mon, 22 Feb 2016 21:09:35 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B95D5DC0309 for ; Mon, 22 Feb 2016 21:09:33 +0000 (UTC) Received: by mail-wm0-f42.google.com with SMTP id g62so193100910wme.1 for ; Mon, 22 Feb 2016 13:09:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=KddBWrFGnPUzqDj/sRPwk7VZ+vw9syGAJUBEB5TpxIE=; b=JAv8bLLCh+cXiRLyoffAFOk7PhfkNm61zXz6GtgQj0g5ARNTcLWEwwulGfwubkk5vA JEoxADomXpNaaT7qCamFWP8n5r6RYGVIzOoUarV4sMSe5oSxjnyyNcaDa8pLEWM/1rDk hdCxroDfasitYSD4WLHCT70nJ6/bsJwc76LvmDXzKQ3Q7wT3Qx3WDwHQBxK8gb4GP9+M l/yIKXVb0kl6jkyDEG638KiLBuh4vMUL5vOzh+It1V/t/E983bO/AsbxD5EIkkU0U/te eq0IWDFrXRp+0k93AKRp7dl1rQlKqA0oW3THl1RDDJKminBkDMHMTo3I1/kQrAuxjW3P ZVOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mime-version:content-disposition:user-agent; bh=KddBWrFGnPUzqDj/sRPwk7VZ+vw9syGAJUBEB5TpxIE=; b=ABpMskjyo0V2GYE15haYLKwtSSfZ/SCackSFCI61u5mw4ZBcKeg4BwAvDD9Mt+bNw0 irwOrvH1XeKZnUdFpWkpQ/CeLKvEIDGlFqMo7sJri5jjm6zy4WjV+b2PrCqSoh2WBGgx MnlN9spSicHKYR5ovF11C6o9HepvV6t6cFyXqyoRoM1HwxnJcSUKlGctrTl2fukjhyb2 nOmw9ir71qm4ltS0ngs/eGpFPChp49zXgJgxRRSzde4xTfti7dHPX//jAFFqNP8YmOec 1GoxGijXqYLYPsdel245SfCrZvQ4309UjWSd8r3kFQovQ/DzX9j6bMppELR/iiHHaMSP jm1g== X-Gm-Message-State: AG10YOS/bRUBwkEFPdkU3I/V2+GkPJzl0/soPWwy7JAlgQ6SaOs6+CHT6fNJI5IZLUVQqQ== X-Received: by 10.28.60.84 with SMTP id j81mr15005876wma.91.1456175372481; Mon, 22 Feb 2016 13:09:32 -0800 (PST) Received: from modela.lan (j-and-m-saunders.demon.co.uk. [80.176.248.133]) by smtp.gmail.com with ESMTPSA id x66sm22778988wmb.20.2016.02.22.13.09.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Feb 2016 13:09:31 -0800 (PST) Sender: Justin Saunders Date: Mon, 22 Feb 2016 21:09:29 +0000 From: Justin Saunders To: alpine-aports@lists.alpinelinux.org Cc: timo.teras@iki.fi Subject: [alpine-aports] [PATCH] testing/py-rpi-gpio Message-ID: <20160222210929.GA2771@modela.lan> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP https://pypi.python.org/pypi/RPi.GPIO A python module to control Raspberry Pi GPIO channels --- testing/py-rpi-gpio/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/py-rpi-gpio/APKBUILD diff --git a/testing/py-rpi-gpio/APKBUILD b/testing/py-rpi-gpio/APKBUILD new file mode 100644 index 0000000..7185672 --- /dev/null +++ b/testing/py-rpi-gpio/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Justin Saunders +# Maintainer: Justin Saunders +pkgname=py-rpi-gpio +_pkg_real=RPi.GPIO +pkgver=0.6.1 +pkgrel=0 +pkgdesc="A python module to control Raspberry Pi GPIO channels" +url="https://pypi.python.org/pypi/RPi.GPIO" +arch="armhf" +license="PSF" +pydepends="" +pymakedepends="" +depends="python $pydepends" +makedepends="python-dev $pymakedepends" +source="https://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.6.1.tar.gz" + +_builddir="$srcdir/$_pkg_real-$pkgver" +build() { + cd "$_builddir" + python setup.py build || return 1 +} + +package() { + cd "$_builddir" + python setup.py install \ + --prefix=/usr \ + --root="$pkgdir" \ + || return 1 +} +md5sums="254d0443a436eb241367c487274e7197 RPi.GPIO-0.6.1.tar.gz" +sha256sums="54e5fb06d9ea1a1389a497fb5a06dfa950c86303b0f4ba89b68c55999d1df064 RPi.GPIO-0.6.1.tar.gz" +sha512sums="8a66a5c6283b79aa6cc5bbf16507c6c93ba6c53b84b6b67d2f133572ce76cb2c8ba4b0957a4fc131ff920e0b34b09aa913d0c9401dc1bfaf76be8235b4f33687 RPi.GPIO-0.6.1.tar.gz" -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---