aboutsummaryrefslogtreecommitdiff
path: root/skel
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-11-24 16:35:56 -0500
committerJulien Roy <julien@jroy.ca>2024-11-24 16:35:56 -0500
commit3cbd0f64502aee0b93362adb869d97eecc3dda0e (patch)
tree402dcbbdc40a10a7bf67ebb36e5b71a524f6451f /skel
parent04d3583d314861258e9c578789bd2ed30035c13e (diff)
downloadMrRoy-Overlay-3cbd0f64502aee0b93362adb869d97eecc3dda0e.tar.gz
MrRoy-Overlay-3cbd0f64502aee0b93362adb869d97eecc3dda0e.tar.bz2
MrRoy-Overlay-3cbd0f64502aee0b93362adb869d97eecc3dda0e.zip
skel-python: move python skel to root directory
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'skel')
-rw-r--r--skel/python/metadata.xml27
-rw-r--r--skel/python/skel-1.0.0.ebuild20
2 files changed, 0 insertions, 47 deletions
diff --git a/skel/python/metadata.xml b/skel/python/metadata.xml
deleted file mode 100644
index 4311325..0000000
--- a/skel/python/metadata.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Julien Roy</name>
- <email>julien@jroy.ca</email>
- </maintainer>
- <longdescription>
-Long description of the package. Note that long description should be long.
-This section doesn't have to exist, if it doesn't differ from ebuild's
-DESCRIPTION.
-
-Using either spaces or tabs to indent is allowed. However mixing both in
-a single metadata.xml file is not.
- </longdescription>
- <upstream>
- <maintainer>
- <name></name>
- <email></email>
- </maintainer>
- <bugs-to></bugs-to>
- <changelog></changelog>
- <doc></doc>
- <remote-id type=""></remote-id>
- <remote-id type="pypi"></remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/skel/python/skel-1.0.0.ebuild b/skel/python/skel-1.0.0.ebuild
deleted file mode 100644
index b9809bb..0000000
--- a/skel/python/skel-1.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION=""
-HOMEPAGE=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"