smlinux/extra/adafruit-io/adafruit-io.SMBuild
PktSurf 4a7a115ed4 Fixed CFLAGS in extra/{feh,v4l-utils} and gtk/libunique
Upgraded net/samba to 4.18.0
Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas}
Discarded gtk/gtk-sharp
Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils
Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup}
Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle}
Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build
Rewrote gtk/gnome-icon-theme pc file in the build file itself
Fixed gtk/gtk2's doinst.sh
Disabled static libraries compile in gtk/openjpeg
Updated buildlist of net
Fixed net/privoxy build file
2023-03-16 23:19:14 +05:30

28 lines
716 B
Text
Executable file

app=adafruit-io
version=2.7.0
build=1sml
homepage="https://pypi.org/project/typing/"
download="https://files.pythonhosted.org/packages/44/d0/7b8e112dfb593f2622dc43edbbea5a1007062ad2d75f330dec135faf6b98/adafruit-io-2.7.0.tar.gz"
desc="Python Adafruit module"
requires="python3 python-setuptools"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
python setup.py install --prefix="" --root=$pkg
cp LICENSE* $pkgdocs/
mkfinalpkg
}
sha512sums="
75f9561def65c31836dd336ffc8cdc4a0effe90a90b98d32c059667570618e8f46f5183bc2a8e8091e5c031cf9b2cbf590f6484b0f9ab4915bbc979051e99f80 adafruit-io-2.7.0.tar.lz
"