public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Denoncin" <ddenoncin@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pylatex/
Date: Sun, 19 Jul 2020 11:20:51 +0000 (UTC)	[thread overview]
Message-ID: <1595157574.af56d1c7a69b5b0a5224f30b025fa05b966b7712.ddenoncin@gentoo> (raw)

commit:     af56d1c7a69b5b0a5224f30b025fa05b966b7712
Author:     David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Sun Jul 19 11:13:51 2020 +0000
Commit:     David Denoncin <ddenoncin <AT> gmail <DOT> com>
CommitDate: Sun Jul 19 11:19:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af56d1c7

dev-python/pylatex: moved to ::gentoo

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>

 dev-python/pylatex/Manifest             |  2 --
 dev-python/pylatex/metadata.xml         |  9 ------
 dev-python/pylatex/pylatex-1.3.2.ebuild | 52 -------------------------------
 dev-python/pylatex/pylatex-1.3.3.ebuild | 55 ---------------------------------
 4 files changed, 118 deletions(-)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
deleted file mode 100644
index 193e905..0000000
--- a/dev-python/pylatex/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pylatex-1.3.2.tar.gz 300576 BLAKE2B c096c3e182bdc13fc07c1c2b4bf6ce2e52c04fdd91da0c628d88b5fc1655c4236f468fb261b43882a41f38a389ebcc5c5f6248798df6a04e78b0cb9d4c12d2c4 SHA512 c2b7477e3f93f122865f8b68a4312d60b3548601040e51f6a80653bb5b2de8e516bb1f2d6b8ac48a5e0aba8d883c42c58757f6b1cffec5173e8edb071bf25351
-DIST pylatex-1.3.3.tar.gz 300639 BLAKE2B ac8fad8fa7e6e821cda168f3ae8ffb5acec21d688761b153ef2f9383b6a2f2ac7daea65f04389eb1ba3152fc50176d73cb814a78d2b5250ead2c6647eb96635a SHA512 12f51805996d84840f68844b79384ce4d2c29dde4db06f73b8887fe012abeaa4b9c5cf5e449132e626132b50ba26f014a899d548e3c0def25289671fd92e41a6

diff --git a/dev-python/pylatex/metadata.xml b/dev-python/pylatex/metadata.xml
deleted file mode 100644
index ebb4c58..0000000
--- a/dev-python/pylatex/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-	<maintainer type="person">
-		<email>ddenoncin@gmail.com</email>
-		<name>David Denoncin</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/dev-python/pylatex/pylatex-1.3.2.ebuild b/dev-python/pylatex/pylatex-1.3.2.ebuild
deleted file mode 100644
index fa49b27..0000000
--- a/dev-python/pylatex/pylatex-1.3.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="PyLaTeX"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1 eutils
-
-DESCRIPTION="A Python library for creating LaTeX files and snippets"
-HOMEPAGE="https://github.com/JelteF/PyLaTeX"
-SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="
-	dev-python/ordered-set[${PYTHON_USEDEP}]
-"
-
-DEPEND="test? (
-		dev-python/quantities[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-		dev-python/numpy[${PYTHON_USEDEP}]
-		app-text/texlive
-		dev-texlive/texlive-latexextra
-)"
-
-S="${WORKDIR}/${MY_P}"
-
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
-distutils_enable_tests nose
-
-python_install_all() {
-	if use examples ; then
-		dodoc -r examples
-	fi
-
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "Optional dependencies:"
-	optfeature "compiling generated files" app-text/texlive dev-texlive/texlive-latexextra
-	optfeature "matplotlib support" dev-python/matplotlib
-	optfeature "numpy support" dev-python/numpy
-	optfeature "quantities support" dev-python/quantities
-}

diff --git a/dev-python/pylatex/pylatex-1.3.3.ebuild b/dev-python/pylatex/pylatex-1.3.3.ebuild
deleted file mode 100644
index 79de19f..0000000
--- a/dev-python/pylatex/pylatex-1.3.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="PyLaTeX"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-inherit distutils-r1 eutils
-
-DESCRIPTION="A Python library for creating LaTeX files and snippets"
-HOMEPAGE="https://github.com/JelteF/PyLaTeX"
-SRC_URI="https://github.com/JelteF/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="
-	dev-python/ordered-set[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
-distutils_enable_tests nose
-
-BDEPEND+="
-		test? (
-		${RDEPEND}
-		dev-python/quantities[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-		dev-python/numpy[${PYTHON_USEDEP}]
-		app-text/texlive
-		dev-texlive/texlive-latexextra
-)"
-
-S="${WORKDIR}/${MY_P}"
-
-python_install_all() {
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/"${PF}"/examples
-	fi
-
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	elog "Optional dependencies:"
-	optfeature "compiling generated files" app-text/texlive dev-texlive/texlive-latexextra
-	optfeature "matplotlib support" dev-python/matplotlib
-	optfeature "numpy support" dev-python/numpy
-	optfeature "quantities support" dev-python/quantities
-}


             reply	other threads:[~2020-07-19 11:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19 11:20 David Denoncin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-01 22:02 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pylatex/ David Denoncin
2020-06-14 19:23 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-14 19:22 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-09 15:15 Andrew Ammerlaan
2020-05-23 12:29 David Denoncin
2020-05-18  1:25 David Denoncin
2020-05-13 10:49 David Denoncin
2020-05-11  1:11 David Denoncin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595157574.af56d1c7a69b5b0a5224f30b025fa05b966b7712.ddenoncin@gentoo \
    --to=ddenoncin@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox