~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-devel] [PATCH] testing/urwid: new aport

Details
Message ID
<1289271822-29731-1-git-send-email-mcs@darkregion.net>
Sender timestamp
1289271822
DKIM signature
missing
Download raw message
Patch: +52 -0
---
 testing/urwid/APKBUILD                 |   52 ++++++++++++++++++++++++++++++++
 testing/urwid/tutorial_examples.tar.gz |  Bin 0 -> 1526 bytes
 2 files changed, 52 insertions(+), 0 deletions(-)
 create mode 100644 testing/urwid/APKBUILD
 create mode 100644 testing/urwid/tutorial_examples.tar.gz

diff --git a/testing/urwid/APKBUILD b/testing/urwid/APKBUILD
new file mode 100644
index 0000000..c078cf8
--- /dev/null
+++ b/testing/urwid/APKBUILD
@@ -0,0 +1,52 @@
# Contributor: Matt Smith <mcs@darkregion.net>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=urwid
pkgver=0.9.9.1
pkgrel=0
pkgdesc="Urwid is a console user interface library for Python"
url="http://excess.org/urwid/"
license="LGPL"
depends="python"
makedepends="python-dev"
install=
subpackages="$pkgname-doc"
source="http://excess.org/$pkgname/$pkgname-$pkgver.tar.gz
	tutorial_examples.tar.gz
	"

_builddir="$srcdir"/$pkgname-$pkgver

prepare() {
	cd "$_builddir"
	# apply patches here
}

build() {
	return 0
}

package() {
	cd "$_builddir"
	python setup.py install --root "$pkgdir"
}

doc() {
	mkdir -p "$subpkgdir"/usr/share/doc/$pkgname
	cd "$_builddir"

	# generate tutorial examples, and tar it up
	#   requires templayer to generate (how should subpackage deps be handled?)
        #   for now, just including the generated tutorial_examples.tar.gz
	#python docgen_tutorial.py -s
	#mkdir tutorial_examples
	#mv example*.py tutorial_examples/
	#tar -czf tutorial_examples.tar.gz tutorial_examples/

	# copy documentation and example tarball
	install -Dm644 reference.html "$subpkgdir"/usr/share/doc/$pkgname/reference.html
	install -Dm644 tutorial.html "$subpkgdir"/usr/share/doc/$pkgname/tutorial.html
	install -Dm644 "$srcdir"/tutorial_examples.tar.gz "$subpkgdir"/usr/share/doc/$pkgname/tutorial_examples.tar.gz
}

md5sums="4722cdf898f711dcae1121aa80920152  urwid-0.9.9.1.tar.gz
6bd01421e332cd40b53d81911d02bc5b  tutorial_examples.tar.gz"
diff --git a/testing/urwid/tutorial_examples.tar.gz b/testing/urwid/tutorial_examples.tar.gz
new file mode 100644
index 0000000000000000000000000000000000000000..aa61029a09526b584c23e0106170bf3f831b42c5
GIT binary patch
literal 1526
zcmV<S1qu2eiwFQ*o7YSN1MOOEZ`(Ey&S(D$R{dZJ@f^RW2oMw<wqXO>qC*SxLuUxI
zMcZ5$QYEQ6{`Wglv|cPZ&DvCO3K4Pi!n@<~sORCGY@KK!DP|$L!?!Ub>f-Ft+W^|-
zbZU>#4v+SHIGoI;m&56FJUJT-$K&zf3{B4(Xo=ETB6KE&(D%uGt^bKOU0Hv3GVG80
z@$S*qe>RyMUH{9=*}?ix;q(j*+V%h8?fJ8dM9GT<<rnczZv^jj=xr>dMv2_gsMCot
zBU%%5jXre{G{3vRoD<pYq3(j=<&8OEbiL7NE%DA=K}2~Z65UI9L?ok}bc3E#R$3B#
zQ&Ntwyg`ygMb%tkv91a)SYk}hI~{$e!87Y>{{y+xe!)Et{Ye-T=%bJ<LSE2A82sed
z-6i1~B!bQ@j)$50E3M@l9Q$C>I%53{IxEUpCi4ee5a}B|t39e{8*$_B8dN(GSs`*q
zbtriF*{3{CbZ}+oMOVmP!he|KXEU?EyROePiK!ya^zUHd4W|6H5U~$d862~5vkv1;
z54qLqp@eTBl8i*59p^f8Be42?nQ*Xm5B|sfVMF*I&L&m-&t@(DPYwTmcSCTLLVvrV
zn&imL;3~-%f*D$gWumIUUG6YHfcd<$6aYt_<M=%_&);jR^heBY0B$MqlySE0p|^s=
zgI*pnfTKiP1FNEzr3UZAhAISq7-_gh0CCFKNN=z<cUPE7wnI$twdbajD*r~mP?)vv
z{ZhW48hyVp!2(z6I$v?2H$?s)dmoKEOOXI&EeOIZU@CBts+V=bA2tLL9`&JbJ_lq&
z%ogG<i=>I+uj0;k5e_<PBevlU*_Aod^Ll72aSY7JXbi+<mbt=gdtC^*dklh(E-=v_
z65kTvxzIyK#!;Zv#Ehj>l=5H?C~oTrZ*RG;hz_;&=$#}=k?0CY{2V@B|6f75dk}08
zI9-Z}_%vN`Y8Kquod<yxl0+xc-76FEQr0u^^)>3I8^ia|FhnG0;dB6FJ%oJ$OkbBn
zah#@?@_?rs&;Le^<$u8TgDU^G`QHih|6fR@DINd{CrtMif<=XE%lPJ&P0kGJIN64u
z6QVQ~@E~6mvFTtHQIoYf%PIW<8}CFS5eG(j`49JkAUB4&+5&l+t~zrr3EZ1|OP2&`
zfo=)W#wKKi=SKD1b7sH3`IKky5SF#RCUJx{xsPz3)e(-Ji@mfPS_lKI2@pjr6g3{e
zsBZi|+z+jgAM6doc7rxpVW4cktluRNXG^Z7G&3L0X&1Hnna+b4(R8~QeA>HvKD^3K
zNAs+RFs-nd^@9fUqGJ`yqs%gF5#xF8qLb|7IEKB^FRx$f=01cf3t_?5=qR~oo7>Se
zySVBNG58Ow|3^*L|C8~o<^NOV|4N1J6{>2lzCKP%Xh?;+#SBo$(4;qyRR^1H7${E~
zC5iV;dlbQGd47o6qI*vQwT<L|P1XN{*<e(`|8&yg|0M8_)lCK?o2wm3(Q1hR8EwY_
zkq7~yZ1+vc5Xc$({e_5jrcwjDxm=;ANK~kr{eh$BnVM-}Cr>!ey}pN1Vj)bC?<oW8
zd1fDi6XKYA@ZZ$_KOA0;+x`D1tp6(1ksCN#=UIFlzMcvmP^Q6PJ!G{XT%tji4qD+7
zK)NQrp@E*QO7aRMr2woHfq<CX_Vpo5>p9vIge8GWz`UnIW)`+TEn-|<3eM!|NjCY6
zR_dx#s6WasfUoHsz;{lTI#hJcG4t(wyQ%LG(9&FjCf|5{y(nt@rB>S>qyB3w{~Haf
z@Bb$4_dh>J{dYV+YRTZV@jq$o{r|8g{~NUUKeha?^81hC=lN=d?Qu4U>VED~{H&(~
zCyH}X$`y@BMRfeaioO`U$VEk>Yh_25Ru&Ithrb^wiKSAJm1^WSBr#<qlX(XhwO?tM
zza565vU!%i`8_V~BIu-zW8b3pV5jEw<ZmYX#D5&4mXZ+eQg?YvA>R&TDPpJsC{a*F
cFd^0TXgX`Ru(q|WZBMuT2gb+yZ2&F+0Hf9Y#Q*>R

literal 0
HcmV?d00001

-- 
1.7.3.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)