public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/
@ 2015-11-05 13:32 Slawek Lis
  0 siblings, 0 replies; 3+ messages in thread
From: Slawek Lis @ 2015-11-05 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     480c358496d15e37a93c345da8a171392cc572f6
Author:     Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 13:24:38 2015 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 13:34:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480c3584

added django-durationfield

Package-Manager: portage-2.2.23

 dev-python/django-durationfield/Manifest           |  1 +
 .../django-durationfield-0.5.2.ebuild              | 27 ++++++++++++++++++++++
 dev-python/django-durationfield/metadata.xml       |  7 ++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
new file mode 100644
index 0000000..ceaefdd
--- /dev/null
+++ b/dev-python/django-durationfield/Manifest
@@ -0,0 +1 @@
+DIST django-durationfield-0.5.2.tar.gz 4324 SHA256 7fb097b4418c67284c99790e6927191e0fb5c014356d3e3d2b26e8919e37cdcf SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad WHIRLPOOL 6607fb2a1169c963dcb798ce1d27cdf599f2c71bb6b6e8d55c549d502066c500c65b9bf497d8059158f4fef455705523b7270419d2cdbaa2de823c372af8492d

diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
new file mode 100644
index 0000000..8c61f33
--- /dev/null
+++ b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Reusable app for adding a DurationField to Django"
+HOMEPAGE="https://pypi.python.org/pypi/django-durationfield"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/django-1.4
+"
+
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools
+"
\ No newline at end of file

diff --git a/dev-python/django-durationfield/metadata.xml b/dev-python/django-durationfield/metadata.xml
new file mode 100644
index 0000000..e3ff5b2
--- /dev/null
+++ b/dev-python/django-durationfield/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>slis@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>
\ No newline at end of file


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/
@ 2017-06-06  6:25 Slawek Lis
  0 siblings, 0 replies; 3+ messages in thread
From: Slawek Lis @ 2017-06-06  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     df8a3964a6d724905a1c548e35efb5ce7b5cf6b7
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 06:58:22 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 06:23:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8a3964

dev-python/django-durationfield: version bump to 0.5.4

Also updated to use PYTHON_USEDEP

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/django-durationfield/Manifest                          | 1 +
 dev-python/django-durationfield/django-durationfield-0.5.2.ebuild | 8 ++++----
 ...rationfield-0.5.2.ebuild => django-durationfield-0.5.4.ebuild} | 8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
index ceaefdd8727..133f118c1ef 100644
--- a/dev-python/django-durationfield/Manifest
+++ b/dev-python/django-durationfield/Manifest
@@ -1 +1,2 @@
 DIST django-durationfield-0.5.2.tar.gz 4324 SHA256 7fb097b4418c67284c99790e6927191e0fb5c014356d3e3d2b26e8919e37cdcf SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad WHIRLPOOL 6607fb2a1169c963dcb798ce1d27cdf599f2c71bb6b6e8d55c549d502066c500c65b9bf497d8059158f4fef455705523b7270419d2cdbaa2de823c372af8492d
+DIST django-durationfield-0.5.4.tar.gz 4728 SHA256 29e3df5e28d2422b3ac5e5fd3129dc3285dba729df176c464e6ee73a0710a45a SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610 WHIRLPOOL 7efb893bb62ed44e28022d691ed17cde1f779335d8923df851c1cc299df3cbce66d494911422ec306cca1890780b376c380118f8b859d38a1dedb49f266dfd9f

diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
index fa2675d3762..23c9e23b4cf 100644
--- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
+++ b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
 
 inherit distutils-r1
 
@@ -17,10 +17,10 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	>=dev-python/django-1.4
+	>=dev-python/django-1.4[${PYTHON_USEDEP}]
 "
 
 DEPEND="
 	${RDEPEND}
-	dev-python/setuptools
+	dev-python/setuptools[${PYTHON_USEDEP}]
 "

diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
similarity index 68%
copy from dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
copy to dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
index fa2675d3762..5a796ae3464 100644
--- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
+++ b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4,5,6}} )
 
 inherit distutils-r1
 
@@ -17,10 +17,10 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	>=dev-python/django-1.4
+	>=dev-python/django-1.4[${PYTHON_USEDEP}]
 "
 
 DEPEND="
 	${RDEPEND}
-	dev-python/setuptools
+	dev-python/setuptools[${PYTHON_USEDEP}]
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/
@ 2019-12-27 18:52 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-12-27 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     40e32aec096c6ca7d5fa9dd5abf2e2f09a5fc05a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 18:52:15 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:52:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e32aec

dev-python/django-durationfield: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/django-durationfield/Manifest           |  1 -
 .../django-durationfield-0.5.2.ebuild              | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-python/django-durationfield/Manifest b/dev-python/django-durationfield/Manifest
index c270cb9ad67..252bc61fa79 100644
--- a/dev-python/django-durationfield/Manifest
+++ b/dev-python/django-durationfield/Manifest
@@ -1,2 +1 @@
-DIST django-durationfield-0.5.2.tar.gz 4324 BLAKE2B 392587843c863db5fd6263f4f7839dffa99b5cc4304b691febbf3921fe3893af459d64809b1cabda68614d2df4b9102b8401108a488b0c30235386e80c4a790d SHA512 de0ea6b9b86cf29d4a5813a80cf7a02f66d0774b58266799e83f8e734a1cf071352ae57d8f8ded8fb16f9a74dd284a4c146d98f75a78bf0463bf767e4156b3ad
 DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5 SHA512 84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610

diff --git a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild b/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
deleted file mode 100644
index a7b15fcfaaa..00000000000
--- a/dev-python/django-durationfield/django-durationfield-0.5.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Reusable app for adding a DurationField to Django"
-HOMEPAGE="https://pypi.org/project/django-durationfield/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	>=dev-python/django-1.4[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-27 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 13:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-durationfield/ Slawek Lis
  -- strict thread matches above, loose matches on Subject: below --
2017-06-06  6:25 Slawek Lis
2019-12-27 18:52 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox