r-lattice: remove pkg

This commit is contained in:
Shun Wang 2025-01-05 09:55:25 +00:00
parent 1d892b12ad
commit f1ae5ab58b
3 changed files with 0 additions and 62 deletions

View file

@ -1,33 +0,0 @@
# Maintainer: Shun Wang <shuonwang at gmail dot com>
# Contributor: Shun Wang <shuonwang at gmail dot com>
_pkgname=lattice
_pkgver=0.22-6
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Trellis Graphics for R"
arch=('x86_64')
url="https://cran.r-project.org/package=$_pkgname"
license=('GPL-2.0-or-later')
depends=(
r
)
optdepends=(
r-kernsmooth
r-latticeextra
r-colorspace
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('8d912f14f62d3d2e86200ea51514536a')
b2sums=('6608dae801a76fa70c98e74ecc31b3f98b8f69a8ac4f788f905d3cc5734c2b97e611eee765a4aeab15b2a3b4a7d19a66094b6193ef2997e9f3bef15779d32399')
build() {
mkdir build
R CMD INSTALL -l build "$_pkgname"
}
package() {
install -d "$pkgdir/usr/lib/R/library"
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
}

View file

@ -1,14 +0,0 @@
#!/usr/bin/env python3
from lilaclib import *
import os
import sys
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()
update_aur_repo()

View file

@ -1,15 +0,0 @@
build_prefix: extra-x86_64
maintainers:
- github: shun2wang
email: shuonwang@gmail.com
repo_makedepends:
- r-kernsmooth
- r-mass
- r-latticeextra
- r-colorspace
update_on:
- source: rpkgs
pkgname: lattice
repo: cran
md5: true
- alias: r