mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 21:40:31 +01:00
Compare commits
49 Commits
9684caf1f5
...
ecd2351445
| Author | SHA1 | Date | |
|---|---|---|---|
| ecd2351445 | |||
| 6e886eba1e | |||
| 16042726cf | |||
| bd69675e60 | |||
|
|
24c9bd23ff | ||
|
|
0888c6e686 | ||
|
|
67caacfd0d | ||
|
|
f7d399e99e | ||
|
|
04e37446d3 | ||
|
|
128c646f63 | ||
|
|
4892312b18 | ||
|
|
d967a8775e | ||
|
|
1128653be8 | ||
|
|
7a77ed5e9f | ||
|
|
c583a85f03 | ||
|
|
e92c271120 | ||
|
|
5d06ecb694 | ||
|
|
3de613f812 | ||
|
|
882b1b8625 | ||
|
|
d5f764d188 | ||
|
|
451746dcf0 | ||
|
|
d362a8b7c9 | ||
|
|
3b07c4ee25 | ||
|
|
135356267f | ||
|
|
22abd8f8e6 | ||
|
|
aebf1ed022 | ||
|
|
59e4a28f73 | ||
|
|
91f3cdcbb2 | ||
|
|
95fac21ec7 | ||
|
|
fa8ddef5ea | ||
|
|
3e9be3f8ab | ||
|
|
25a3fe9c13 | ||
|
|
dbb0d0e5fc | ||
|
|
3b436e5925 | ||
|
|
3a2c39a4d4 | ||
|
|
366eddc0e7 | ||
|
|
02286bda57 | ||
|
|
1cce537c71 | ||
|
|
31896c8298 | ||
|
|
e5b1b0da07 | ||
|
|
0e6131929c | ||
|
|
78539e4db3 | ||
|
|
f2ea857e95 | ||
|
|
5030562995 | ||
|
|
028deb317e | ||
|
|
3dd780d920 | ||
|
|
48fb80d650 | ||
|
|
8dc439693e | ||
|
|
1297e923a7 |
24
python-plotly/.SRCINFO
Normal file
24
python-plotly/.SRCINFO
Normal file
@@ -0,0 +1,24 @@
|
||||
pkgbase = python-plotly
|
||||
pkgdesc = An open-source, interactive graphing library
|
||||
pkgver = 5.2.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/plotly/plotly.py
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-jupyter_core
|
||||
makedepends = python-tornado
|
||||
makedepends = jupyterlab
|
||||
makedepends = npm
|
||||
depends = python
|
||||
depends = jupyterlab
|
||||
depends = python-matplotlib
|
||||
depends = python-numpy
|
||||
depends = python-six
|
||||
depends = python-retrying
|
||||
optdepends = ipython
|
||||
optdepends = python-ipywidgets
|
||||
source = python-plotly-5.2.1.tar.gz::https://github.com/plotly/plotly.py/archive/v5.2.1.tar.gz
|
||||
sha256sums = 5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5
|
||||
|
||||
pkgname = python-plotly
|
||||
4
python-plotly/.gitignore
vendored
Normal file
4
python-plotly/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
src/
|
||||
pkg/
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
36
python-plotly/PKGBUILD
Normal file
36
python-plotly/PKGBUILD
Normal file
@@ -0,0 +1,36 @@
|
||||
# Maintainer: Grey Christoforo <first name at last name dot net>
|
||||
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||
|
||||
pkgname=python-plotly
|
||||
pkgver=5.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="An open-source, interactive graphing library"
|
||||
url="https://github.com/plotly/plotly.py"
|
||||
depends=(python
|
||||
jupyterlab
|
||||
python-matplotlib
|
||||
python-numpy
|
||||
python-six
|
||||
python-retrying)
|
||||
optdepends=('ipython' 'python-ipywidgets')
|
||||
makedepends=(python-setuptools
|
||||
python-jupyter_core
|
||||
python-tornado
|
||||
jupyterlab
|
||||
npm)
|
||||
license=('MIT')
|
||||
arch=('x86_64')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plotly/plotly.py/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('5c3251dcbf5de2170038dac24ba6afd379b497d93f18576247ffffe439808da5')
|
||||
|
||||
build() {
|
||||
cd plotly.py-${pkgver}/packages/python/plotly
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd plotly.py-${pkgver}/packages/python/plotly
|
||||
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
|
||||
|
||||
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
16
ruby-em-websocket/.SRCINFO
Normal file
16
ruby-em-websocket/.SRCINFO
Normal file
@@ -0,0 +1,16 @@
|
||||
pkgbase = ruby-em-websocket
|
||||
pkgdesc = EventMachine based WebSocket server
|
||||
pkgver = 0.5.2
|
||||
pkgrel = 3
|
||||
url = https://github.com/igrigorik/em-websocket
|
||||
arch = any
|
||||
license = MIT
|
||||
depends = ruby
|
||||
depends = ruby-eventmachine>=0.12.9
|
||||
depends = ruby-http_parser.rb>=0.6.0
|
||||
provides = ruby-em-websocket=0.5.2
|
||||
options = !emptydirs
|
||||
source = ruby-em-websocket-0.5.2.tar.gz::https://github.com/igrigorik/em-websocket/archive/v0.5.2.tar.gz
|
||||
sha512sums = 46df705e2af93082884c7ca521df4f6cf33309c441eb3ba96be609b2cf280e3b72c689810d55279db6dbbc178ed843d64ccdaf9d4b39d52ddac7d84956065b06
|
||||
|
||||
pkgname = ruby-em-websocket
|
||||
42
ruby-em-websocket/PKGBUILD
Normal file
42
ruby-em-websocket/PKGBUILD
Normal file
@@ -0,0 +1,42 @@
|
||||
# Maintainer: George Rawlinson <grawlinson@archlinux.com>
|
||||
# Co-Maintainer: Bert Peters <bert@bertpts.nl>
|
||||
# Contributor: Shengyu Zhang <la@archlinuxcn.org>
|
||||
|
||||
_gemname=em-websocket
|
||||
pkgname=ruby-$_gemname
|
||||
pkgver=0.5.2
|
||||
pkgrel=3
|
||||
pkgdesc='EventMachine based WebSocket server'
|
||||
arch=('any')
|
||||
url='https://github.com/igrigorik/em-websocket'
|
||||
license=('MIT')
|
||||
depends=('ruby'
|
||||
'ruby-eventmachine>=0.12.9'
|
||||
'ruby-http_parser.rb>=0.6.0'
|
||||
)
|
||||
provides=("$pkgname=$pkgver")
|
||||
options=(!emptydirs)
|
||||
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/igrigorik/em-websocket/archive/v${pkgver}.tar.gz)
|
||||
sha512sums=('46df705e2af93082884c7ca521df4f6cf33309c441eb3ba96be609b2cf280e3b72c689810d55279db6dbbc178ed843d64ccdaf9d4b39d52ddac7d84956065b06')
|
||||
|
||||
prepare() {
|
||||
cd ${_gemname}-${pkgver}
|
||||
sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla
|
||||
sed 's|git ls-files|find -type f\|sed "s,\\\\./,,g"|' -i ${_gemname}.gemspec
|
||||
# test_files and executables use black magic, but we don't need them
|
||||
sed '/test_files/d' -i ${_gemname}.gemspec
|
||||
sed '/executables/d' -i ${_gemname}.gemspec
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${_gemname}-${pkgver}
|
||||
gem build ${_gemname}.gemspec
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${_gemname}-${pkgver}
|
||||
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||
gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
|
||||
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
|
||||
install -D -m644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
Reference in New Issue
Block a user